Gets or sets a position of the
CADCustomVertex object.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Property Point() As DPoint |
C#
|
public override DPoint Point {get; set;} |
Property Value
A
DPoint object that specifies a position of
the
CADCustomVertex entity in three-dimensional space.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also