<Code Lib>
2026 Method
Changes 7
M

IFCParameterTemplate.FindPropertyMappingInfo(PropertySetupType, String, String)

Description:
Finds the property mapping info in the property set by name.
Overloads (2):
FindPropertyMappingInfo(PropertySetupType,String,String)

public IFCPropertyMappingInfo FindPropertyMappingInfo(
	PropertySetupType propertySetupType,
	string propertySetName,
	string propertyName
)

  • propertySetupType
    The property setup type.
  • String
    propertySetName
    The property set name.
  • String
    propertyName
    The property name.
Return Value IFCPropertyMappingInfo The property mapping info or if not found.

Loading…