AlphanumericRevisionSettings(AlphanumericRevisionSettings) Constructor |
Constructs a new copy of the input AlphanumericRevisionSettings object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic AlphanumericRevisionSettings(
AlphanumericRevisionSettings other
)
Public Sub New (
other As AlphanumericRevisionSettings
)
public:
AlphanumericRevisionSettings(
AlphanumericRevisionSettings^ other
)
new :
other : AlphanumericRevisionSettings -> AlphanumericRevisionSettings
Parameters
- other AlphanumericRevisionSettings
-
Exceptions
See Also