2.2.4.39.1 ROIObject::ROIObject

Description

Default constructor which constructs an unattached ROIObject.

Syntax

ROIObject( )

Parameters

Return

Examples

EX1

void ROIObject_Ex1()
{
	GraphLayer gl = Project.ActiveLayer();
	ROIObject ro; //construct an unattach object
	ro=gl.GraphObjects("YL"); //refer to an GraphObject
	out_str(ro.Text);
}

Remark

See Also

Header to Include

origin.h