public LeadRect SegementationRectangle {get; set;}
'Declaration
Public Property SegementationRectangle As LeadRect
'Usage
Dim instance As AutoSegmentCommand
Dim value As LeadRect
instance.SegementationRectangle = value
value = instance.SegementationRectangle
public LeadRect SegementationRectangle {get; set;}
get_SegementationRectangle();
set_SegementationRectangle(value);
Object.defineProperty('SegementationRectangle');
public:
property LeadRect SegementationRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A rectangle that surrounds the object to be segmented.