LVectorBase::GetMarker

#include "ltwrappr.h"

virtual L_INT LVectorBase::GetMarker (pMarker)

pVECTORMARKER pMarker;

pointer to a structure

Gets the current marker settings.

Parameter

Description

pMarker

Pointer to a VECTORMARKER structure to be updated with the current marker settings.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

The marker is used to indicate those objects within the vector handle that are selected.

For more information on available marker settings, refer to the VECTORMARKER structure.

To modify the marker settings, get the current settings by calling LVectorBase::GetMarker, set the new settings in the structure pointed to by pMarker, and call LVectorBase::SetMarker.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorBase::SetMarker.

Topics:

Working with Vector Handles

Example

For an example, refer to LVectorBase::SetMarker.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C++ Class Library Help