Gets or sets a point that specifies a position of the
CADPenLine entity in the CAD drawing.
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 representing a point that specifies a position of
the
CADPenLine entity in the CAD drawing.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also