Set the contour setting for the current toposolid type by copying from an existing contour setting object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetContourSettting( ContourSetting setting )
Parameters
- setting ContourSetting
- An existing contour setting object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |