Gets or sets a value indicating whether a
CADPlotEntity is visible
taking into account a state of the layer this
CADPlotEntity belongs to.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Property Visible() As Boolean |
C#
|
public virtual bool Visible {get; set;} |
Property Value
true if a
CADPlotEntity is visible; otherwise,
false.
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also