Click or drag to resize

IElementSetDefinition Properties

The IElementSetDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCoorType
Type of coordinate for all vertices in elements in the set
Public propertyCount
The number of IElementDefinition's in the list
(Inherited from IElementDefinitions.)
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
Get or set the IElementDefinition at the specified index in the list
(Inherited from IElementDefinitions.)
Top
See Also