MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLVersionUserInfo Class Reference

Detailed Description

This class holds data on user versions and associated change extents for a particular map version. This information is equivalent to that imported into a map via a TSLHistoryImportSet.

Public Member Functions

int size () const
 
bool getItem (int index, int &userVersion, TSLEnvelope &changeExtent) const
 

Member Function Documentation

◆ getItem()

bool TSLVersionUserInfo::getItem ( int index,
int & userVersion,
TSLEnvelope & changeExtent ) const

Returns the data at the specified index.

Parameters
indexThe index of the data to retrieve
userVersionThe user version for this change
changeExtentThe extent of the change associated with this user version.
Returns
false if the index is out of range.

◆ size()

int TSLVersionUserInfo::size ( ) const

Returns the number of pairs of user versions and change extents in this object.