Triangle3dElevation Property |
Gets the elevation of the plane the triangle lies on.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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