All Cadcorp SIS API Methods

GetListExtent Method

Description

Gets the extents of all of the items in a Named List

Syntax

Visual Basic
Public Function GetListExtent( _
   ByVal list As String _
) As String

Parameters

list
The Named List containing the items whose extents are required.

Return Type

A comma-delimited string containing a pair of x, y and z co-ordinates describing the extents. Use SplitExtent to get the pair of x, y and z values themselves.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.GetListExtent ("List1")