Skip to content

ACadSharp.Objects.Evaluations.BlockVisibilityParameter

Albert Domenech edited this page Jan 4, 2025 · 1 revision

BlockVisibilityParameter Class

Represents a BLOCKVISIBILITYPARAMETER object, in AutoCAD used to control the visibility state of entities in a dynamic block.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Objects.Evaluations

C#

DxfNameAttribute
DxfSubClassAttribute
public class BlockVisibilityParameter

Properties

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

Methods

Returns Name Summary
CadObject Clone
Clone this wiki locally