PropertyMethodInfoAutomaticNumberingMethod Delegate

The customized automatic numbering method delegate. See the actual methods for information on the parameters.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public delegate TypedValue AutomaticNumberingMethod(
	PropertyEnvironment environment
)

Parameters

environment  PropertyEnvironment
 

Return Value

TypedValue

See Also