<Code Lib>
2027 Method
Changes 7
M

IFCParameterTemplate.FindPropertyMappingInfo(PropertySetupType, String, ElementId)

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

public IFCPropertyMappingInfo FindPropertyMappingInfo(
	PropertySetupType propertySetupType,
	string propertySetName,
	ElementId revitPropertyId
)

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

Loading…