OpenSTAAD V8i

Property.CreatePrismaticTeeProperty

Creates prismatic tee property.

VB Syntax

Property.CreatePrismaticTeeProperty YD, ZD, YB, ZB 

Where:

YD

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

ZD

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

YB

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

ZB

A Double variable providing the width of the web 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 tee property of 250x500mm
PropertyNo = objOpenSTAAD.Property.CreatePrismaticTeeProperty _
0.5, 0.25, 0.4, 0.1