#include "ltsgm.h"
pHSEGMENTATION LSegment::MrcGetHandle()
Gets the segmentation handle.
This function returns the segmentation handle for this object.
Required DLLs and Libraries
L_INT LSegment__MrcGetHandleExample(LSegment& Segment, pHSEGMENTATION phSeg)
{
phSeg = Segment.MrcGetHandle();
return SUCCESS;
}