ContourSettingItem
Description:
Contour setting item that stores the information of a single contour or a set of contours.
Contour setting item that stores the information of a single contour or a set of contours.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ContourSettingItem
System.Object
Autodesk.Revit.DB.ContourSettingItem
public class ContourSettingItem : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Start | double | The contour range start elevation. |
| Step | double | The increment elevation of the contour range. |
| Stop | double | The contour range stop elevation. |
| SubCategoryId | ElementId | The contour line style subcategory id. |