CoordinateSystem2dYaxis Property
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Vector2d Yaxis { get; }
 
Public ReadOnly Property Yaxis As Vector2d
        Get
 
public:
property Vector2d Yaxis {
        Vector2d get ();
}
 
member Yaxis : Vector2d with get
 
 
 
Property Value
Vector2d
 
See Also