Method SetValueAtPath
SetValueAtPath(string, VtValue, string)
Declaration
public void SetValueAtPath(string keyPath, VtValue value, string delimiters)
Parameters
Type | Name | Description |
---|---|---|
string | keyPath | |
VtValue | value | |
string | delimiters |
SetValueAtPath(string, VtValue)
Declaration
public void SetValueAtPath(string keyPath, VtValue value)
Parameters
Type | Name | Description |
---|---|---|
string | keyPath | |
VtValue | value |
SetValueAtPath(StdStringVector, VtValue)
Declaration
public void SetValueAtPath(StdStringVector keyPath, VtValue value)
Parameters
Type | Name | Description |
---|---|---|
StdStringVector | keyPath | |
VtValue | value |