IFCUserDefinedPropertySetListPropertySetNames Method |
Returns a list property set names stored in the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static IList<string> ListPropertySetNames(
Document document
)
Public Shared Function ListPropertySetNames (
document As Document
) As IList(Of String)
public:
static IList<String^>^ ListPropertySetNames(
Document^ document
)
static member ListPropertySetNames :
document : Document -> IList<string> Parameters
- document Document
-
The Revit document to retrieve names from.
Return Value
IListString
The list of property set names.
Exceptions
See Also