IFCParameterTemplateGetPropertySetNames Method |
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.0.4.0 (26.0.4.0)
Syntaxpublic IList<string> GetPropertySetNames(
PropertySetupType propertySetupType,
PropertySelectionType propertySelectionType
)
Public Function GetPropertySetNames (
propertySetupType As PropertySetupType,
propertySelectionType As PropertySelectionType
) As IList(Of String)
public:
IList<String^>^ GetPropertySetNames(
PropertySetupType propertySetupType,
PropertySelectionType propertySelectionType
)
member GetPropertySetNames :
propertySetupType : PropertySetupType *
propertySelectionType : PropertySelectionType -> IList<string>
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySelectionType PropertySelectionType
-
The property selection type.
Return Value
IListString
The array of the property set names in the template.
Exceptions
See Also