FabricationNetworkChangeServiceGetPartTypesforMapping Method |
Get a set of element identifiers of fabrication part types that can be mapped.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ISet<ElementId> GetPartTypesforMapping()
Public Function GetPartTypesforMapping As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetPartTypesforMapping()
member GetPartTypesforMapping : unit -> ISet<ElementId>
Return Value
ISetElementId
Returns the set of element identifiers for part types or an empty set if there are none.
See Also