ROIObject
Default constructor which constructs an unattached ROIObject.
ROIObject( )
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); }
origin.h