Click or drag to resize

ElementSetDefinition Properties

The ElementSetDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListIElementDefinition.)
Public propertyCoorType
Type of coordinate for all vertices in elements in the set
Public propertyCount (Inherited from ListIElementDefinition.)
Public propertyElementVertexCount
Number of vertices in all element in the set list. If -1, then the elements have different number of vertices, and you need to check the VertexCount for each element individually.
Public propertyElmtGeometry
Type of all elements in the set
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListIElementDefinition.)
Top
See Also