Property Visible
- Namespace
- Aspose.CAD.FileFormats.Cad.CadObjects
- Assembly
- Aspose.CAD.dll
Visible
Gets or sets a value indicating whether this CadEntityBase is visible.
[CadShort(CadEntityAttribute.Cad060, CadParameterType.Optional, "AcDbEntity", HasDefaultValue = true)]
public virtual short Visible { get; set; }
Property Value
- short
true
if visible; otherwise,false
.