FabricationNetworkChangeServiceGetPartTypesforMapping Method

Get a set of element identifiers of fabrication part types that can be mapped.

Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public ISet<ElementId> GetPartTypesforMapping()

Return Value

ISetElementId
Returns the set of element identifiers for part types or an empty set if there are none.
See Also