Add a single contour as a contour setting item to the current contour setting.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ContourSettingItem AddSingleContour(
double elevation,
ElementId subcategoryId
)
Parameters
- elevation Double
-
The contour elevation.
- subcategoryId ElementId
-
The contour line style subcategory id.
Return Value
ContourSettingItem
The newly added contour setting item.
Exceptions
See Also
Reference