VecCoordSys Property [VectorLayer]

VecCoordSys returns the coordinate system for 2-grid vector maps. Returns a SrfVecCoordSys. This is a read-only property.

Syntax

object. VecCoordSys

Remarks

The coordinate system is Cartesian (X,Y) or Polar (Angle, Length).

Example

This example demonstrates how to return the coordinate system of a vector map.

Debug.Print VectorLayer.VecCoordSys

Used by: VectorLayer Object