Triangle3dIsHorizontal Property |
Get a value indicating if the plane the triangle lies on is horizontal.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsHorizontal { get; }
Public ReadOnly Property IsHorizontal As Boolean
Get
public:
property bool IsHorizontal {
bool get ();
}
member IsHorizontal : bool with get
Property Value
Type:
Boolean
See Also