ModelGraphicsNodeTransformations Property |
Gets or sets the set of node transformations to apply to the model.
This is a mapping from node name to node transformation values.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Dictionary<string, NodeTransformationGraphics> NodeTransformations { get; set; }
Public Property NodeTransformations As Dictionary(Of String, NodeTransformationGraphics)
Get
Set
public:
property Dictionary<String^, NodeTransformationGraphics^>^ NodeTransformations {
Dictionary<String^, NodeTransformationGraphics^>^ get ();
void set (Dictionary<String^, NodeTransformationGraphics^>^ value);
}
member NodeTransformations : Dictionary<string, NodeTransformationGraphics> with get, set
Property Value
Type:
DictionaryString,
NodeTransformationGraphicsSee Also