| Revit 2024 API |
| FabricationPartSizeMap..::..MappedServiceId Property |
| FabricationPartSizeMap Class See Also |
The mapped service identifier of the straight.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2018.2
Syntax
| C# |
|---|
public int MappedServiceId { get; set; } |
| Visual Basic |
|---|
Public Property MappedServiceId As Integer Get Set |
| Visual C++ |
|---|
public: property int MappedServiceId { int get (); void set (int value); } |