NumberingFormatSettings(NumberingFormatSettings) Constructor |
Copy a parameter and its association.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic NumberingFormatSettings(
NumberingFormatSettings other
)
Public Sub New (
other As NumberingFormatSettings
)
public:
NumberingFormatSettings(
NumberingFormatSettings^ other
)
new :
other : NumberingFormatSettings -> NumberingFormatSettingsParameters
- other NumberingFormatSettings
-
Exceptions
See Also