FieldDictionarySet Method |
Name | Description | |
---|---|---|
Set(String, Color4f) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Point2d) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Point3d) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Point4d) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Transform) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Vector2d) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Vector3d) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Boolean) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Byte) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, DateTime) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Double) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Color) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Guid) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Int32) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, Single) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
| |
Set(String, String) |
Set the field value and send the appropriate change notification to the
render SDK. Will throw a InvalidOperationException exception if the key
name is not valid.
|