ACadSharp.Objects.Evaluations.BlockVisibilityParameter - DomCR/ACadSharp GitHub Wiki
Represents a BLOCKVISIBILITYPARAMETER object, in AutoCAD used to control the visibility state of entities in a dynamic block.
Object name
Dxf class name
Namespace: ACadSharp.Objects.Evaluations
C#
DxfNameAttribute
DxfSubClassAttribute
public class BlockVisibilityParameter
Returns | Name | Summary |
---|---|---|
String |
Description | Visibility parameter description. |
List<Entity> |
Entities | Gets the list of all objects of the dynamic block |
this is associated with. | ||
String |
Name | Visibility parameter name. |
String |
ObjectName | |
List<State> |
States | Gets the list of states each containing a 2 subsets of |
Objects must belong to the dynamic associated with. | ||
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone |