Gets or sets a distance on which this
CADCurvePolygon is elevated along the Z axis.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property Elevation() As DPoint |
C#
|
public DPoint Elevation {get; set;} |
Property Value
A
DPoint object that defines the elevation level of this
CADCurvePolygon along the Z axis in the object coordinate system.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also