IFCParameterTemplateSetPropertySetApplicableEntities Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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