| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static Argument | Argument_Create
(String inLabel, ArgValue inValue)
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's. |
| static ArgValue | CreateASCIIStringArgValue
(String Value)
Creates an ASCII string argument value object. |
| static ArgValue | CreateBoolArgValue
(boolean Value)
Creates a boolean argument value object. |
| static ArgValue | CreateDoubleArgValue
(double Value)
Creates a double argument value object. |
| static ArgValue | CreateIntArgValue
(int Value)
Creates an integer argument value object. |
| static ArgValue | CreateSelectionArgValue
(Selection Value)
Creates a new selection argument value object. |
| static ArgValue | CreateStringArgValue
(String Value)
Creates a string argument value object. |
| static ArgValue | CreateTransformArgValue
(Transform3D Value)
Creates a new transform argument value object. |
| static Argument | FindArgumentByLabel
(Arguments ArgList, String Label)
|
| Method Detail |
|---|
| CreateIntArgValue |
|---|
| static ArgValue | CreateIntArgValue | (int Value) |
Creates an integer argument value object.
|
| CreateDoubleArgValue |
|---|
| static ArgValue | CreateDoubleArgValue | (double Value) |
Creates a double argument value object.
|
| CreateBoolArgValue |
|---|
| static ArgValue | CreateBoolArgValue | (boolean Value) |
Creates a boolean argument value object.
|
| CreateASCIIStringArgValue |
|---|
| static ArgValue | CreateASCIIStringArgValue | (String Value) |
| Creates an ASCII string argument value object.
This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_STRING.
|
| CreateStringArgValue |
|---|
| static ArgValue | CreateStringArgValue | (String Value) |
| Creates a string argument value object.
This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_WSTRING.
|
| CreateSelectionArgValue |
|---|
| static ArgValue | CreateSelectionArgValue | (Selection Value) |
Creates a new selection argument value object.
|
| CreateTransformArgValue |
|---|
| static ArgValue | CreateTransformArgValue | (Transform3D Value) |
Creates a new transform argument value object.
|
| Argument_Create |
|---|
| static Argument | Argument_Create | (String inLabel, ArgValue inValue) |
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.
|
| FindArgumentByLabel |
|---|
| static Argument | FindArgumentByLabel | (Arguments ArgList, String Label) |
|