IPropertyMethodInfoGetAutomaticNumber Method

Calculates an automatic number for the given property.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
bool GetAutomaticNumber(
	PropertyEnvironment environment,
	IExecutionTrace trace,
	out TypedValue newValue
)

Parameters

environment  PropertyEnvironment
The environment parameters.
trace  IExecutionTrace
The execution tracer object for recording the operation starting end ending.
newValue  TypedValue
Output parameter for the new value.

Return Value

Boolean
True if the method was really executed.

See Also