NumberingParameter Constructor |
Create a new parameter with association based on a parameter id and an association type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic NumberingParameter(
ElementId parameterId,
NumberingParameterType numberingParameterType
)
Public Sub New (
parameterId As ElementId,
numberingParameterType As NumberingParameterType
)
public:
NumberingParameter(
ElementId^ parameterId,
NumberingParameterType numberingParameterType
)
new :
parameterId : ElementId *
numberingParameterType : NumberingParameterType -> NumberingParameterParameters
- parameterId ElementId
-
The parameter id for the target parameter.
- numberingParameterType NumberingParameterType
-
The target for the associated parameter.
Exceptions
See Also