Gets the profile Family Symbols of the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetProfileSymbols(
Document document,
ProfileFamilyUsage profileFamilyUsage,
bool oneCurveLoopOnly
)
Parameters
- document Document
-
The document.
- profileFamilyUsage ProfileFamilyUsage
-
The profile family usage.
- oneCurveLoopOnly Boolean
-
Whether or not to return only profiles with one curve loop.
Return Value
ICollection<ElementId>
The set of profile Family Symbol element ids.
Exceptions
See Also
Reference