<Code Lib>
2027 Method
Changes 7
M

IFCParameterTemplate.GetPropertyMappingInfos

Description:
Creates an array of property mappings contained in the property set according to provided selection type.

public IList<IFCPropertyMappingInfo> GetPropertyMappingInfos(
	PropertySetupType propertySetupType,
	string propertySetName,
	PropertySelectionType propertySelectionType
)

Return Value IList<IFCPropertyMappingInfo> The array of the property mappings in the property set.

Loading…