FabricationAncillaryUsage
Description:
Structure that holds information about the usage of a fabrication ancillary
Structure that holds information about the usage of a fabrication ancillary
public class FabricationAncillaryUsage : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| AncillaryDepth | double | Depth of required ancillary if it isn't round. |
| AncillaryId | int | Fabrication ancillary database identifier. |
| AncillaryWidthOrDiameter | double | Width or diameter of required ancillary. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Length | double | Length of required ancillaries. |
| ProductCode | string | A unique string code that idnenifies the ancillary in the fabriction database in order to purchase it. |
| Quantity | double | Quantity of required ancillaries. |
| Type | FabricationAncillaryType | Fabrication ancillary type. |
| UsageType | FabricationAncillaryUsageType | Fabrication ancillary usage type. |