RasterImageOrientation
Property
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual CoordinateSystem3d Orientation { get; set; }
Public Overridable Property Orientation As CoordinateSystem3d
Get
Set
public:
virtual property CoordinateSystem3d Orientation {
CoordinateSystem3d get ();
void set (CoordinateSystem3d value);
}
abstract Orientation : CoordinateSystem3d with get, set
override Orientation : CoordinateSystem3d with get, set
Property Value
CoordinateSystem3d
See Also