LMarker::GetCount

#include "ltwrappr.h"

virtual L_UINT LMarker::GetCount()

Gets the number of markers contained in this object's marker collection.

Returns

Returns the number of markers. To determine whether an error occurred, use LBase::GetErrorFromList.

Required DLLs and Libraries

LTFIL

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:

LMarker::Copy, LMarker::Create, LMarker::Delete, LMarker::DeleteIndex, LMarker::Enum, LMarker::EnumMarkersCallBack, LMarker::Free, LMarker::GetGlobalMarkers, LMarker::GetHandle, LMarker::Insert, LMarker::Load, LMarker::SetAsGlobalMarkers, LMarker::SetHandle, LFile::WriteMetaData, Class Members

Topics:

Raster Image Functions: Markers

 

Working with Markers

Example

For an example, refer to LMarker::GetGlobalMarkers.