| 
            
              IBuilderElementOrientationXOri Property 
             | 
          
        
         
            Gets vector for x-orientation.
            
 
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxNullable<Vector3> XOri { get; }ReadOnly Property XOri As Nullable(Of Vector3)
	Get
property Nullable<Vector3> XOri {
	Nullable<Vector3> get ();
}abstract XOri : Nullable<Vector3> with get
Property Value
Type: 
NullableVector3
See Also