2025.3 Method
Changes 0
M

IFCProductWrapper.AddAnnotation

Description:
Adds an annotation handle to associate with the IfcProduct in this wrapper.
Remarks:
If the IFCLevelInfo is not provided, and relateToLevel to true, the handle will be associated to the building handle.
public void AddAnnotation(
	IFCAnyHandle annoHnd,
	IFCLevelInfo levelInfo,
	bool relateToLevel
)
  • annoHnd
    The annotation handle.
  • levelInfo
    Information on the associated level. Optional, can be null.
  • Boolean
    relateToLevel
    True to relate the annotation to the level, false otherwise.