TObjectInfo

The TObjectInfo data structure holds information about an OrcaFlex object.

typedef struct {

TOrcFxAPIHandle ObjectHandle;

int ObjectType;

TObjectName ObjectName;

} TObjectInfo;

Members

ObjectHandle

The handle of the object. This is used to identify the object when calling OrcFxAPI functions.

ObjectType

The type of the object. This can be one of the object type constants defined in OrcFxAPI.h. For example, a vessel has object type otVessel.

ObjectName

The name of the object.

Unicode and ANSI

The Unicode structure name is TObjectInfoW and the ANSI structure name is TObjectInfoA.

See also

C_ObjectCalled, EnumerateObjectsProc.