PropertyMethodInfoAutomaticNumberingMethod Delegate |
The customized automatic numbering method delegate. See the actual methods for information on the parameters.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected delegate TypedValue AutomaticNumberingMethod(
PropertyEnvironment environment
)
Protected Delegate Function AutomaticNumberingMethod (
environment As PropertyEnvironment
) As TypedValue
protected delegate TypedValue^ AutomaticNumberingMethod(
PropertyEnvironment^ environment
)
Parameters
- environment
- Type: MFiles.VAF.CommonPropertyEnvironment
Return Value
Type:
TypedValue
See Also