ContourSettingItem.SubCategoryId Property

ContourSettingItemSubCategoryId Property

The contour line style subcategory id.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId SubCategoryId { get; }
Public ReadOnly Property SubCategoryId As ElementId
	Get
public:
property ElementId^ SubCategoryId {
	ElementId^ get ();
}
member SubCategoryId : ElementId with get

Property Value

ElementId
See Also