| |
Creates a new Element object.
-
See Also:
-
pfcArgument.CreateBoolArgValue(boolean), pfcArgument.CreateDoubleArgValue(double), pfcArgument.CreateIntArgValue(int), pfcArgument.CreateSelectionArgValue(Selection), pfcArgument.CreateStringArgValue(String), pfcArgument.CreateTransformArgValue(Transform3D)
-
Manual References:
-
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements
-
Parameters:
-
-
Id
-
Identifier of the element.
To define the Feature Element Id, use constants described in the module wfcElemIds.
-
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:
|