Category Members

The Category type exposes the following members.

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetCategory(Document, BuiltInCategory)
Retrieves a category object corresponding to a BuiltInCategory id.
Public methodStatic memberGetCategory(Document, ElementId)
Retrieves a category object corresponding to the category id.
Public methodGetGraphicsStyle
Gets the graphics style associated with this category for the given graphics style type.
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetLinePatternId
Gets the line pattern id associated with this category for the given graphics style type.
Public methodGetLineWeight
Retrieves the line weight assigned to the category for the given graphics style type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsBuiltInCategoryValid
Checks if a Category exists for a given BuiltInCategory.
Public methodSetLinePatternId
Sets the line pattern id associated with this category for the given graphics style type.
Public methodSetLineWeight
Sets the line weight for the given graphics style type.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllowsBoundParameters
To check if the category can have project parameters.
Public propertyAllowsVisibilityControl
Whether the visibility can be controlled by the user for this category in this view.
Public propertyCanAddSubcategory
Indicates if subcategories can be assigned to the category.
Public propertyCategoryType
Gets the category type of this category.
Public propertyHasMaterialQuantities
Identifies if elements of the category are able to report what materials they contain in what quantities.
Public propertyId
Returns the category id associated with the category object.
Public propertyIsCuttable
Indicates if the category is cuttable or not.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyIsTagCategory
Identifies if the category is associated with a type of tag for a different category.
Public propertyIsVisibleInUI
Identifies if the category is visible to the user and should be displayed in UI.
Public propertyLineColor
The color of lines shown for elements of this category.
Public propertyMaterial
Retrieves or changes the material of the category.
Public propertyName
The category name.
Public propertyParent
Returns the parent category of this category.
Public propertySubCategories
Returns a map containing all of the subcategories of this category.
Public propertyVisible
Retrieves or changes the visibility of the category in the active view.

See Also