| Revit 2015 API |
| AnalyticalModel..::..CloneAdjustment Method |
| AnalyticalModel Class See Also |
The method clones the adjustment of one end of the AM on another AM,
with respect to the one of the ends.
One of the Analytical Model ends
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2013
Syntax
| C# |
|---|
public void CloneAdjustment( AnalyticalModel source, int end ) |
| Visual Basic |
|---|
Public Sub CloneAdjustment ( _ source As AnalyticalModel, _ end As Integer _ ) |
| Visual C++ |
|---|
public: void CloneAdjustment( AnalyticalModel^ source, int end ) |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |