Triangle3dElevation Property |
Gets the elevation of the plane the triangle lies on.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double Elevation { get; }
Public ReadOnly Property Elevation As Double
Get
public:
property double Elevation {
double get ();
}
member Elevation : float with get
Property Value
Type:
Double
See Also