Provides functionality for displaying a collection of CADEntity properties in the PropertyGrid control.

The following tables list the members exposed by the ObjEntities type.

Name Description
Public constructor ObjEntities Sets a list of child entities
Top
Name Description
Public property Bottom Gets the Y coordinate of the entity's lowest point.
Public property CodePage Get a codepage of a cadimage (inherited from ObjEntity).
Public property Color Gets a list of entities
Public property Color_type Gets or sets a color type for the entity.
Public property Count_entities Gets a count of entities in list.
Public property EntName Gets an entity name. (inherited from ObjEntity).
Public property Handle Gets a number that uniquely identifies the entity. (inherited from ObjEntity).
Public property Layer Gets or sets a name of a layer containing this entity.
Public property Static LayersList Gets or sets a list of layers for the properties window. (inherited from ObjEntity).
Public property Left Gets the X coordinate of the entity's left-most point.
Public property LineType_scale (inherited from ObjEntity).
Public property Line_type Gets a line type for an entity. (inherited from ObjEntity).
Public property Static Line_types_list Gets or sets a list of types of the entity's lines (inherited from ObjEntity).
Public property Line_weight Gets or sets a thickness of lines used for drawing this entity.
Public property Name Gets a name of the entity.
Public property ReadCom (inherited from ObjEntity).
Public property ReadPos (inherited from ObjEntity).
Public property Right Gets the X coordinate of the entity's right-most point.
Public property Top Gets the Y coordinate of the entity's highest point.
Public property Z1 Gets the Z coordinate of the entity's start point.
Public property Z2 Gets the Z coordinate of the entity's end point.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from ObjEntity).
Top
Name Description
Public field Static cadImage A CADImage which contains this ObjEntity. (inherited from ObjEntity).
Public field Static propGrid A PropertyGrid object representing a table where the entity's properties are displayed. (inherited from ObjEntity).
Top