All Cadcorp SIS API Methods

SetListFlt Method

Description

Sets the value of a floating point property on the Items in a Named List .

Syntax

Visual Basic
Public Function SetListFlt( _
   ByVal list As String, _
   ByVal propertyName As String, _
   ByVal value As Double _
) As Integer

Parameters

list
The Named List containing the Items whose property is to be set.
 
propertyName
The name of the property. All floating point properties end in '#'.
 
value
The new floating point value of the property.

Remarks

If no property exists of the name propertyName, and propertyName does not start with the "_" character (underscore) then a user-defined attribute will be created, with the name propertyName#, and the value value.

Available: GEO D OD OM SISpy

Groups:

Example

sis.SetListFlt ("Points", "Val#", 100.98)