OpenSTAAD V8i

Property.CreatePrismaticCircleProperty

Creates prismatic circle property.

VB Syntax

Property.CreatePrismaticCircleProperty YD 

Where:

YD

A Double variable providing the circle diameter.

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 circle property of 250mm diameter
PropertyNo = objOpenSTAAD.Property.CreatePrismaticCircleProperty 0.25