IFCParameter
|
Creates an array of property set names contained in the template according to provided selection type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)

public IList<string> GetPropertySetNames(
PropertySetupType propertySetupType,
PropertySelectionType propertySelectionType
)
Parameters
- propertySetupType PropertySetupType
- The property setup type.
- propertySelectionType PropertySelectionType
- The property selection type.
Return Value
IList StringThe array of the property set names in the template.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
