All Cadcorp SIS API Methods

DefineNolItemFromLocus Method

Description

Stores a named Spatial Filter in a Named Object Library as a named Item replacing any existing Item with the same name.

Syntax

Visual Basic
Public Function DefineNolItemFromLocus( _
   ByVal item As String, _
   ByVal locus As String _
) As Integer

Parameters

item
The named Item to create, or replace.
locus
The named Spatial Filter to be stored.

Remarks

Available: GEO OD SISpy

Group:

Example

sis.DefineNolItemFromLocus("Shema10", "Talbot")