FabricationAncillaryUsage Class

Structure that holds information about the usage of a fabrication ancillary
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFabricationAncillaryUsage

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FabricationAncillaryUsage : IDisposable

The FabricationAncillaryUsage type exposes the following members.

Properties
 NameDescription
Public propertyAncillaryDepth Depth of required ancillary if it isn't round.
Public propertyAncillaryId Fabrication ancillary database identifier.
Public propertyAncillaryWidthOrDiameter Width or diameter of required ancillary.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLength Length of required ancillaries.
Public propertyProductCode A unique string code that idnenifies the ancillary in the fabriction database in order to purchase it.
Public propertyQuantity Quantity of required ancillaries.
Public propertyType Fabrication ancillary type.
Public propertyUsageType Fabrication ancillary usage type.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FabricationAncillaryUsage
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