SetContourSettting Method


Toposolid Type Set Contour Settting Method

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: 25.0.0.0 (25.0.0.0)
Syntax
public void SetContourSettting(
	ContourSetting setting
)

Parameters

setting ContourSetting
An existing contour setting object.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also