Revit 2026 API
IFCParameter |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetPropertySetApplicableEntities( PropertySetupType propertySetupType, string propertySetName, IList<string> applicableEntities )
Public Sub SetPropertySetApplicableEntities ( propertySetupType As PropertySetupType, propertySetName As String, applicableEntities As IList(Of String) )
public: void SetPropertySetApplicableEntities( PropertySetupType propertySetupType, String^ propertySetName, IList<String^>^ applicableEntities )
member SetPropertySetApplicableEntities : propertySetupType : PropertySetupType * propertySetName : string * applicableEntities : IList<string> -> unit
Parameters
- propertySetupType PropertySetupType
- propertySetName String
- applicableEntities IListString
See Also