PlanarObjectInfo

Identifies a planar object uniquely by object id and type.

Syntax

Definition:

TYPE PlanarObjectInfo :
STRUCT
    ObjectType : EPlanarObjectType;
    Id         : UDINT;
END_STRUCT
END_TYPE

Parameters

Name

Type

Description

ObjectType

EPlanarObjectType

Object type.

Id

UDINT

Object id.