Library | Module

Class pfcArgValue



Description

This interface represents an argument value, which may be one of several different types.
See Also:
MpfcArgument.CreateASCIIStringArgValue(), MpfcArgument.CreateBoolArgValue(), MpfcArgument.CreateDoubleArgValue(), MpfcArgument.CreateIntArgValue(), MpfcArgument.CreateSelectionArgValue(), MpfcArgument.CreateStringArgValue(), MpfcArgument.CreateTransformArgValue(), pfcArgument.Create()



Union Discriminant

/* readonly */ pfcArgValueTypediscr
Returns the union discriminant value.





Property Summary

stringASCIIStringValue
Used if the argument value contains a character string.
booleanBoolValue
Used if the argument value contains a boolean.
numberDoubleValue
Used if the argument value contains a double.
numberIntValue
Used if the argument value contains an integer.
pfcSelectionSelectionValue
Used if the argument value contains a Creo Parametric selection.
stringStringValue
Used if the argument value contains a string.
pfcTransform3DTransformValue
Used if the argument value contains a coordinate transformation.



Union Discriminant


/* readonly */ pfcArgValueTypediscr

Returns the union discriminant value.




Property Detail


stringASCIIStringValue

Used if the argument value contains a character string.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a character string






booleanBoolValue

Used if the argument value contains a boolean.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a boolean






numberDoubleValue

Used if the argument value contains a double.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a double






numberIntValue

Used if the argument value contains an integer.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain an integer






pfcSelectionSelectionValue

Used if the argument value contains a Creo Parametric selection.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a Creo Parametric selection






stringStringValue

Used if the argument value contains a string.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a string






pfcTransform3DTransformValue

Used if the argument value contains a coordinate transformation.

Exceptions thrown (but not limited to):

pfcXBadGetArgValue - Argument value does not contain a coordinate transformation