Share

ContourSettingItem Class

Contour setting item that stores the information of a single contour or a set of contours.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.ContourSettingItem


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public class ContourSettingItem : IDisposable

The ContourSettingItem type exposes the following members.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyStart The contour range start elevation.
Public propertyStep The increment elevation of the contour range.
Public propertyStop The contour range stop elevation.
Public propertySubCategoryId The contour line style subcategory id.
Public propertyType The contour setting item type.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the ContourSettingItem
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?