All Cadcorp SIS API Methods

CreateSlopeGrid Method

Description

Creates a 'Slope' Grid from the TIN's in a named list.

Syntax

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

Parameters

list
The named list containing only TIN items for which the Slope Grid will be created.
 
resolution
The resolution or cell size at which the grid will be created

Remarks

Available: GEO OD SISpy

Groups:

Example

sis.CreateSlopeGrid ( "MyTINs", 1.0)