FabricationPartSizeMap
Description:
This class represents the fabrication part size map for straights allowing the sizes to be changed from a user interface for multiple straights with diffent sizes.
This class represents the fabrication part size map for straights allowing the sizes to be changed from a user interface for multiple straights with diffent sizes.
Remarks:
This is used as the data container for the FabricationPartSizeMapSet typeDef for crs:Set or Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap for ISet so a list of sizes can be generated to allow the user to select a size and map it to another.
This is used as the data container for the FabricationPartSizeMapSet typeDef for crs:Set or Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap for ISet so a list of sizes can be generated to allow the user to select a size and map it to another.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap
System.Object
Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap
public class FabricationPartSizeMap : IDisposable
| Name | Return Type | Description |
|---|---|---|
| FabricationPartSizeMap(String, Double, Double, Boolean) | None | Creates a new instance of the FabricationPartSizeMap class. |
| FabricationPartSizeMap(String, Double, Double, Boolean, ConnectorProfileType, Int32, Int32) | None | Creates a new instance of the FabricationPartSizeMap class. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| AllowMultipleServiceSizes | bool | State flag to allow multiple services to include the same size. |
| Depth | double | The depth of the straight. |
| IsMappedProductList | bool | Are the mapped sizes for a product listed fabrication part. |
| IsProductList | bool | Are the sizes for a product listed fabrication part. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MappedDepth | double | The mapped size for the depth of the straight. |
| MappedProfileType | ConnectorProfileType | The mapped shape of the straight. |
| MappedServiceId | int | The mapped service identifier of the straight. |
| MappedWidthDiameter | double | The mapped size for the width or diameter of the straight. |
| PaletteId | int | The palette identifier of the straight. |
| ProfileType | ConnectorProfileType | The shape of the straight. |
| ServiceId | int | The service identifier of the straight. |
| SizeString | string | The size display string for the straight that can be used by the user interface. |
| WidthDiameter | double | The width or diameter of the straight. |