2027 Class
Changes 1
C

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.
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Fabrication.FabricationPartSizeMap
public class FabricationPartSizeMap : IDisposable
Name Return Type Description Inherited From
C FabricationPartSizeMap(String, Double, Double, Boolean) None Creates a new instance of the FabricationPartSizeMap class.
C FabricationPartSizeMap(String, Double, Double, Boolean, ConnectorProfileType, Int32, Int32) None Creates a new instance of the FabricationPartSizeMap class.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the FabricationPartSizeMap
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P AllowMultipleServiceSizes bool State flag to allow multiple services to include the same size.
P Depth double The depth of the straight.
P IsMappedProductList bool Are the mapped sizes for a product listed fabrication part.
P IsProductList bool Are the sizes for a product listed fabrication part.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P MappedDepth double The mapped size for the depth of the straight.
P MappedProfileType ConnectorProfileType The mapped shape of the straight.
P MappedServiceId int The mapped service identifier of the straight.
P MappedWidthDiameter double The mapped size for the width or diameter of the straight.
P PaletteId int The palette identifier of the straight.
P ProfileType ConnectorProfileType The shape of the straight.
P ServiceId int The service identifier of the straight.
P SizeString string The size display string for the straight that can be used by the user interface.
P WidthDiameter double The width or diameter of the straight.