|
|
| Element (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| Element (cadex.BaseObject.Initialized arg0) |
| |
|
| Element (cadex.PMI.GraphicalRepresentation theRepresentation) |
| | Constructor.
|
| |
|
| Element (cadex.PMI.ElementType theType) |
| | Constructor.
|
| |
|
| Element (cadex.PMI.ElementType theType, cadex.UTF16String theName) |
| | Constructor.
|
| |
|
void | SetGraphicalRepresentation (cadex.PMI.GraphicalRepresentation theRepresentation) |
| | Sets the graphical representation.
|
| |
|
cadex.PMI.GraphicalRepresentation | GraphicalRepresentation () |
| | Returns the graphical representation.
|
| |
|
void | SetSemanticRepresentation (cadex.PMI.SemanticRepresentation theRepresentation) |
| | Sets the semantic element.
|
| |
|
cadex.PMI.SemanticRepresentation | SemanticRepresentation () |
| | Returns the semantic element.
|
| |
| void | SetName (cadex.UTF16String theName) |
| | Sets the name.
|
| |
| cadex.UTF16String | Name () |
| | Returns the name.
|
| |
|
void | SetType (cadex.PMI.ElementType theType) |
| | Sets the element type.
|
| |
|
cadex.PMI.ElementType | Type () |
| |
| bool | IsEmpty () |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
Base class for drawing elements.
Defines a complete PMI element.
Drawing elements are objects that are contained in views and define the contents of a drawing. They include 2D geometry and view instances.
Encapsulates a PMI graphical representation, a PMI semantic representation, and a type.
- See also
- GraphicalRepresentation, SemanticRepresentation