All Cadcorp SIS API Methods

DescribeProperty Method

Description

Sets the description of a property. The description will be used by the Properties Control Bar and the dialog displayed by selecting the Properties (Home > Selection) command for the remainder of the session.

Syntax

Visual Basic
Public Function DescribeProperty( _
   ByVal propertyName As String, _
   ByVal description As String _
) As Integer

Parameters

propertyName
The property being described.
 
description
The new property description.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.DescribeProperty ("TYP&", "Polygon Category" )