Gets or sets a value indicating a mode of displaying the
CADPoint
entities in the loaded CAD file.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property PointDisplayMode() As Integer |
C#
|
public int PointDisplayMode {get; set;} |
Property Value
zero if
CADPoints are visible;
1 if
CADPoints are invisible.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also