CadEntityBase.Visible

CadEntityBase.Visible property

Gets or sets a value indicating whether this CadEntityBase is visible.

public virtual short Visible { get; set; }

Property Value

true if visible; otherwise, false.

See Also