IFCParameterTemplateGetPropertyMappingInfos Method |
Creates an array of property mappings contained in the property set according to provided selection type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<IFCPropertyMappingInfo> GetPropertyMappingInfos(
PropertySetupType propertySetupType,
string propertySetName,
PropertySelectionType propertySelectionType
)
Public Function GetPropertyMappingInfos (
propertySetupType As PropertySetupType,
propertySetName As String,
propertySelectionType As PropertySelectionType
) As IList(Of IFCPropertyMappingInfo)
public:
IList<IFCPropertyMappingInfo^>^ GetPropertyMappingInfos(
PropertySetupType propertySetupType,
String^ propertySetName,
PropertySelectionType propertySelectionType
)
member GetPropertyMappingInfos :
propertySetupType : PropertySetupType *
propertySetName : string *
propertySelectionType : PropertySelectionType -> IList<IFCPropertyMappingInfo>
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySetName String
-
The property set name.
- propertySelectionType PropertySelectionType
-
The property selection type.
Return Value
IListIFCPropertyMappingInfo
The array of the property mappings in the property set.
Exceptions
See Also