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

Detailed Description

This class holds the list of constituent edges that make up a constructed outline.

Public Member Functions

void destroy ()
 
TSLBoundaryEdgeoperator[] (int index) const
 
TSLBoundaryEdgeitem (int index) const
 
int size () const
 

Member Function Documentation

◆ destroy()

void TSLBoundaryEdgeList::destroy ( )

This method destroys the edge list.

◆ item()

TSLBoundaryEdge * TSLBoundaryEdgeList::item ( int index) const

This method queries for the specified edge.

Parameters
indexthe index of the edge

◆ operator[]()

TSLBoundaryEdge * TSLBoundaryEdgeList::operator[] ( int index) const

This method queries for the specified edge.

Parameters
indexthe index of the edge

◆ size()

int TSLBoundaryEdgeList::size ( ) const

This method queries how may edges are in the list.