GetSectionNonPrismatic



Your Ad Here

Syntax

SapObject.SapModel.FrameObj.GetSectionNonPrismatic

VB6 Procedure

Function GetSectionNonPrismatic(ByVal Name As String, ByRef PropName As String, ByRef sVarTotalLength As Double, ByRef sVarRelStartLoc As Double) As Long

Parameters

Name

The name of a defined frame object.

PropName

The name of the nonprismatic frame section property assigned to the frame object.

sVarTotalLength

This is the total assumed length of the nonprismatic section. Enter 0 for this item to indicate that the section length is the same as the frame object length.

sVarRelStartLoc

This is the relative distance along the nonprismatic section to the I-End (start) of the frame object. This item is ignored when the sVarTotalLengthitem is 0.

Remarks

This function retrieves the nonprismatic frame section property data assigned to a frame object.

The function returns zero if the nonprismatic frame object property data is successfully retrieved, otherwise it returns a nonzero value.

The function returns an error if the section property assigned to the frame object is not a nonprismatic property.

VBA Example

similar to GetSection

   'get nonprismatic frame section property data
      ret = SapModel.FrameObj.GetSectionNonPrismatic("3", PropName, sVarTotalLength, sVarRelStartLoc)
 

Release Notes

Initial release in version 11.00.

See Also

GetSection

SetSection

Return to SAP2000 Index


Your Ad Here