CadBaseEntity.Visible

CadBaseEntity.Visible property

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

public virtual short Visible { get; set; }

Property Value

true if visible; otherwise, false.

See Also