Share

iLogicVaultClass.GetNewNumber Method

Create single file number by scheme name and optional input parameters.

Namespace:  Autodesk.iLogic.Vault
Assembly:  Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 29.0

Syntax

VB

Public Function GetNewNumber ( 
	mSchmName As String,
	Optional mSchmPrms As String() = Nothing
) As String

C#

public string GetNewNumber(
	string mSchmName,
	string[] mSchmPrms = null
)

Parameters

mSchmName
Type: System.String
Name of individual Numbering Scheme or "Default" for preset scheme
mSchmPrms (Optional)
Type:  System.String[]
User input parameter in order of scheme configuration

Return Value

Type: String
new number

See Also

Reference

Was this information helpful?