<Code Lib>
2024 Class
Changes 8
C

ContourSettingItem

Description:
Contour setting item that stores the information of a single contour or a set of contours.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ContourSettingItem

public class ContourSettingItem : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Start double The contour range start elevation.
P Step double The increment elevation of the contour range.
P Stop double The contour range stop elevation.
P SubCategoryId ElementId The contour line style subcategory id.

Loading…