IPropertyMethodInfoGetCustomValue Method |
Calculates an automatic number for the given property.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxbool GetCustomValue(
PropertyEnvironment environment,
IExecutionTrace trace,
out TypedValue newValue
)
Function GetCustomValue (
environment As PropertyEnvironment,
trace As IExecutionTrace,
<OutAttribute> ByRef newValue As TypedValue
) As Boolean
bool GetCustomValue(
PropertyEnvironment^ environment,
IExecutionTrace^ trace,
[OutAttribute] TypedValue^% newValue
)
Parameters
- environment
- Type: MFiles.VAF.CommonPropertyEnvironment
The environment parameters. - trace
- Type: MFiles.VAFIExecutionTrace
The execution tracer object for recording the operation starting end ending. - newValue
- Type: TypedValue
Output parameter for the new value.
Return Value
Type:
BooleanTrue if the method was really executed.
See Also