AspectGrid Property

AspectGrid returns the grid object used for aspects in a 2-grid vector map. Returns a Grid object. This is a read-only property.

Syntax

object.AspectGrid

Example

This example demonstrates how to return the maximum Z coordinate of the aspect grid used in a 2-grid vector map.

Debug .Print VectorLayer.AspectGrid.zMax

Used by: VectorLayer Object