IFCParameterTemplateGetPropertySetApplicableEntities Method |
Gets the list of IFC entities to which the property set is applicable.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<string> GetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
string propertySetName
)
Public Function GetPropertySetApplicableEntities (
propertySetupType As PropertySetupType,
propertySetName As String
) As IList(Of String)
public:
IList<String^>^ GetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
String^ propertySetName
)
member GetPropertySetApplicableEntities :
propertySetupType : PropertySetupType *
propertySetName : string -> IList<string>
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySetName String
-
The property set name.
Return Value
IListString
The list of IFC entities to which the property set is applicable.
Exceptions
See Also