VectorImageIterator::operator->
Returns the element of the VectorImage that is pointed by the iterator.
Sy_EndType* operator-> ( void ) const;
Return value
The element of the VectorImage that is pointed by the iterator.
Description
The Sy_EndType is the ancestor of the other elements stored in the VectorImage. You can use this type to determine the concrete type of pointed element.
Requirements
- Version: API 10.0 or later, ModelerGraphics 8 or later
- Library: ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header: VectorImageIterator.hpp