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 MM ME MD OD OM SISpy

Group:

Example

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


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).