SizingOptions(SizingOptions) Constructor |
Constructs a new copy of the SizingOptions object.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic SizingOptions(
SizingOptions other
)
Public Sub New (
other As SizingOptions
)
public:
SizingOptions(
SizingOptions^ other
)
new :
other : SizingOptions -> SizingOptionsParameters
- other SizingOptions
-
Exceptions
See Also