![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class holds the list of constituent edges that make up a constructed outline.
Public Member Functions | |
void | destroy () |
TSLBoundaryEdge * | operator[] (int index) const |
TSLBoundaryEdge * | item (int index) const |
int | size () const |
void TSLBoundaryEdgeList::destroy | ( | ) |
This method destroys the edge list.
TSLBoundaryEdge * TSLBoundaryEdgeList::item | ( | int | index | ) | const |
This method queries for the specified edge.
index | the index of the edge |
TSLBoundaryEdge * TSLBoundaryEdgeList::operator[] | ( | int | index | ) | const |
This method queries for the specified edge.
index | the index of the edge |
int TSLBoundaryEdgeList::size | ( | ) | const |
This method queries how may edges are in the list.