ModelGraphicsArticulations Property |
Gets or sets the mapping of keys to articulation values, where the keys are
the name of the articulation, a single space, and the name of the stage.
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, CesiumProperty<double>> Articulations { get; set; }
Public Property Articulations As Dictionary(Of String, CesiumProperty(Of Double))
Get
Set
public:
property Dictionary<String^, CesiumProperty<double>^>^ Articulations {
Dictionary<String^, CesiumProperty<double>^>^ get ();
void set (Dictionary<String^, CesiumProperty<double>^>^ value);
}
member Articulations : Dictionary<string, CesiumProperty<float>> with get, set
Property Value
Type:
DictionaryString,
CesiumPropertyDoubleSee Also