Creates an array of property set names contained in the template according to provided selection type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<string> GetPropertySetNames(
PropertySetupType propertySetupType,
PropertySelectionType propertySelectionType
)
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySelectionType PropertySelectionType
-
The property selection type.
Return Value
IList<String>
The array of the property set names in the template.
Exceptions
See Also
Reference