All Cadcorp SIS API Methods

CreateAspectGrid Method

Description

Creates an 'Aspect' Grid from the currently open TIN as angles measured from North.

Syntax

Visual Basic
Public Function CreateAspectGrid( _
   ByVal list As String, _
   ByVal resolution As Double _
) As Integer

Parameters

list
The named list containing only TIN items for which the Aspect Grid will be created.

resolution
The resolution or cell size at which the grid will be created

Remarks

In an Aspect Grid the value of each cell is the angle of the TIN from North, in degrees from 0 to 360.

Available: GEO  OD SISpy

Group:

Example

sis.CreateAspectGrid ("MyTINs", 1.0)