All Cadcorp SIS API Methods

CopyNolObject Method

Description

Copies a named object between Named Object Libraries (NOLs)

Syntax

Visual Basic
Public Function CopyNolObject( _
   ByVal fromPos As Integer, _
   ByVal toPos As Integer, _
   ByVal aclass As String, _
   ByVal name As String _
) As Integer

Parameters

fromPos
The position in the list of NOLs of the NOL containing the named object to be copied.
toPos
The destination position in the list of NOLs of the NOL of the named object to be copied.
aclass
The class of named object to be copied. See Named Object Library Classes for valid classes.
name
The named object to copy.

Remarks

Available: GEO OD SISpy

Group:

Example

sis.CopyNolObject (1, 1, "ABrush", "Parish")