NumberingFormatSettingsGetParameter Method

Get the parameter at the provided index incorporated into the numeric label.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public NumberingFormattedParameter GetParameter(
	int index
)

Parameters

index  Int32
 

Return Value

NumberingFormattedParameter
Exceptions
ExceptionCondition
ArgumentOutOfRangeException index must be in range between 0 and NumberOfParameters.
See Also