IFCUserDefinedPropertySetGetApplicableEntities Method |
Returns the list of IFC entities to which the property set is applicable.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<string> GetApplicableEntities()
Public Function GetApplicableEntities As IList(Of String)
public:
IList<String^>^ GetApplicableEntities()
member GetApplicableEntities : unit -> IList<string>
Return Value
IListString
The list of IFC entities to which the property set is applicable.
See Also