ContourSettingItem Class

ContourSettingItem Class

Contour setting item that stores the information of a single contour or a set of contours.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBContourSettingItem

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class ContourSettingItem : IDisposable
Public Class ContourSettingItem
	Implements IDisposable
public ref class ContourSettingItem : IDisposable
type ContourSettingItem = 
    class
        interface IDisposable
    end

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.
Top
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)
Top
See Also