| NodeTransformationGraphicsTranslation Property  | 
 
            Gets or sets the x,y,z translation to apply to the model node.
            If not specified, the default is 
Zero.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CesiumProperty<Cartesian> Translation { get; set; }Public Property Translation As CesiumProperty(Of Cartesian)
	Get
	Set
public:
property CesiumProperty<Cartesian>^ Translation {
	CesiumProperty<Cartesian>^ get ();
	void set (CesiumProperty<Cartesian>^ value);
}member Translation : CesiumProperty<Cartesian> with get, set
Property Value
Type: 
CesiumPropertyCartesian See Also
See Also