OpenSTAAD V8i

Geometry.GetNoOfSelectedPlates

Returns the number of selected plates.

VB Syntax

Geometry.GetNoOfSelectedPlates ()

Return Value

A Long variable containing the number of plates selected.

VB Example

 Dim objOpenSTAAD As Object
 Dim SelPlatesNo As Long
'Get the application object --
'Get no. of selected plates
 SelPlatesNo = objOpenSTAAD.Geometry.GetNoOfSelectedPlates

Reference Materials

Geometry.GetSelectedPlates