Finds the property mapping info in the property set by name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCPropertyMappingInfo FindPropertyMappingInfo(
PropertySetupType propertySetupType,
string propertySetName,
string propertyName
)
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySetName String
-
The property set name.
- propertyName String
-
The property name.
Return Value
IFCPropertyMappingInfo
The property mapping info or
null if not found.
Exceptions
See Also
Reference