All Cadcorp SIS API Methods

SetListProperty Method

Description

Set the value of a property on the items in a Named List

Syntax

Visual Basic
Public Function SetListProperty( _
   ByVal list As String, _
   ByVal propertyName As String, _
   ByVal value As Variant _
) As Integer

Parameters

list
The named list containing the items whose property is to be set.
 
propertyName
The name of the property. This name must have the suffix @ and can be any of the valid attribute data types. See Attributes Overview for details of all attribute data types.
 
value
The value of the property

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.SetListProperty ("Points", "TYP@", 10)