OpenSTAAD V8i

Property.CreatePrismaticRectangleProperty

Creates prismatic rectangle property.

VB Syntax

Property.CreatePrismaticRectangleProperty YD, ZD 

Where:

YD

A Double variable providing the depth along the local Y-axis.

ZD

A Double variable providing the width along the local Z-axis.

Return Value

A long value containing the reference number of the property created to be used to access the same.

VB Example

'Get the application object --
'Create rectangle property of 250x500mm
PropertyNo = objOpenSTAAD.Property.CreatePrismaticRectangleProperty 0.5, 0.25