<Code Lib>
2026 Method
Changes 7
M

IFCParameterTemplate.RemovePropertyMappingInfo(PropertySetupType, String, ElementId)

Description:
Removes the property mapping from the property set by id.
Overloads (2):
RemovePropertyMappingInfo(PropertySetupType,String,ElementId)

public void RemovePropertyMappingInfo(
	PropertySetupType propertySetupType,
	string propertySetName,
	ElementId revitPropertyId
)

  • propertySetupType
    The property setup type.
  • String
    propertySetName
    The property set name.
  • revitPropertyId
    The Revit property id.

Loading…