ContourSetting
Description:
Contour setting object that handles the contour information used to draw contours on elements.
Contour setting object that handles the contour information used to draw contours on elements.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ContourSetting
System.Object
Autodesk.Revit.DB.ContourSetting
public class ContourSetting : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AddContourRange(Double, Double, Double, ElementId) | ContourSettingItem | Add a set of contours as a contour setting item to the current contour setting. |
| AddSingleContour(Double, ElementId) | ContourSettingItem | Add a single contour as a contour setting item to the current contour setting. |
| DisableItem(ContourSettingItem) | None | Disable a contour setting item of the current contour setting so that the item will not be used to draw contours. |
| Dispose() | None | Releases all resources used by the |
| EnableItem(ContourSettingItem) | None | Enable a contour setting item of the current contour setting so that the item will be used to draw contours. |
| GetContourSettingItems() | IList<ContourSettingItem> | Get all contour setting items. |
| GetItemIndex(ContourSettingItem) | int | Get the index of a contour setting item of the current contour setting |
| RemoveItem(ContourSettingItem) | None | Remove a contour setting item from the current contour setting. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |