Class wfcElement
Description
User Guide References:
Method Summary
| |
| |
| |
| |
| |
| |
| |
| An array of child elements. |
| |
| |
void | |
| |
| |
| |
| |
| |
| |
| A list of the element diagnostics for the element. |
| |
| |
| |
| Direction specified by the element. |
| |
| |
void | |
| |
| |
| |
| |
| |
void | |
| |
| |
| Identifier of the Element. |
| |
| |
| |
| String representation of element Id. |
| |
| |
| |
| Determines whether the specified element contains an array of elements. |
| |
| |
| |
| Determines whether the specified element is compound. |
| |
| |
| |
| Determines whether the specified element is multivalued. |
| |
| |
void | |
| |
| |
| The level at which the element is located in the element tree with respect to the root element. |
| |
| |
void | |
| |
| |
| |
| |
| |
void | |
| |
| |
| The special value element. |
| |
| |
void | |
| |
| |
| Value of the element. |
| |
| |
void | |
| |
| |
| String representation of value of double and integer elements. You must set compatible options using wfcElementWstringOption object |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Method Detail
Value of the element.
User Guide References:
Identifier of the Element.
User Guide References:
The level at which the element is located in the element tree with respect to the root element.
User Guide References:
| GetDecimals | () |
void | SetDecimals | |
User Guide References:
| GetSpecialValueElem | () |
void | SetSpecialValueElem | |
The special value element.
User Guide References:
| GetElemCollection | () |
void | SetElemCollection | |
This will be populated only if the element is a collection.
User Guide References:
| GetSelections | () |
void | SetSelections | |
A list of the element diagnostics for the element.
These contain warnings and errors regarding the value of the element, within the context of the feature and remainder of the element tree.
User Guide References:
| GetValueAsString | () |
void | SetValueAsString | |
String representation of value of double and integer elements. You must set compatible options using
wfcElementWstringOption object
User Guide References:
String representation of element Id.
User Guide References:
Determines whether the specified element contains an array of elements.
User Guide References:
Determines whether the specified element is compound.
User Guide References:
Determines whether the specified element is multivalued.
User Guide References:
An array of child elements.
This will be populated only if the element is a compound element or an array.
User Guide References:
Direction specified by the element.
This will be populated only if the element is a PRO_E_DIRECTION_COMPOUND element.
See Also:
User Guide References:
Parameters:
Id
Identifier of the element.
To define the Feature Element Id, use values described in Creo Parametric TOOLKIT headers.
Value
Value of the element.
For Compound and Array elements pass null.
For Collection elements pass null value and then use method SetElemCollection()
For all other elements depending upon type use methods described in the section See Also
Level
Level at which the element is located in the element tree with respect to the root element. Level starts from 0.
Returns: