LSegment::MrcGetHandle

#include "ltsgm.h"

pHSEGMENTATION LSegment::MrcGetHandle()

Gets the segmentation handle.

Returns

This function returns the segmentation handle for this object.

Required DLLs and Libraries

See Also

Elements

Topics

Example

L_INT LSegment__MrcGetHandleExample(LSegment& Segment, pHSEGMENTATION phSeg) 
{ 
   phSeg = Segment.MrcGetHandle(); 
 
   return SUCCESS; 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help