IFC 4.3.x development

5.4.2.14 IfcReferentTypeEnum

5.4.2.14.1 Semantic definitions at the entity

This enumeration defines the different types of referents.

5.4.2.14.1 Formal representations

TYPE IfcReferentTypeEnum = ENUMERATION OF
	(KILOPOINT
	,STATION
	,MILEPOINT
	,REFERENCEMARKER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;