Constructs a new copy of the input AnalysisDisplayVectorSettings object.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
public AnalysisDisplayVectorSettings( AnalysisDisplayVectorSettings other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As AnalysisDisplayVectorSettings _ ) |
| Visual C++ |
|---|
public: AnalysisDisplayVectorSettings( AnalysisDisplayVectorSettings^ other ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |