All Cadcorp SIS API Methods

CreateExtrudeTheme Method

Description

Creates a new Extrude 2D items in 3D viewsTheme. After editing the Theme properties use StoreTheme to save the Theme in a Named Object Library.

Syntax

Visual Basic
Public Function CreateExtrudeTheme( _
   ByVal formula As String _
) As Integer

Parameters

formula
The expression to use when evaluating the extrusion height. See Property Expression Syntax for details.

Remarks

Available: GEO D OD OM OV SISpy

Group:

Example

sis.CreateExtrudeTheme ("(R0to9&/Presid&)*100")

Applies an extrusion factor to each census area, representing the percentage of children aged 0 to 9 who were resident. The extruded areas can be viewed in the 3D window.