LSegment::LSegment

Summary

Constructs and initializes the LSegment object.

Syntax

#include "ltwrappr.h"

LSegment::LSegment()

Returns

None.

Comments

This is the constructor of the LSegment class.

Required DLLs and Libraries

See Also

Elements

Example

The following example creates an instance of the LSegment class.

L_INT LSegment__LSegmentExample() 
{ 
   /* The following will cause the constructor to be called */ 
   /* The destructor is called when the object is freed or goes out of 
      scope */ 
   LSegment Segment; 
 
   //… 
   //… 
 
   return SUCCESS; 
} 

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.