SapObject.SapModel.FrameObj.GetSectionNonPrismatic
Function GetSectionNonPrismatic(ByVal Name As String, ByRef PropName As String, ByRef sVarTotalLength As Double, ByRef sVarRelStartLoc As Double) As Long
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.
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.
similar to GetSection
'get nonprismatic frame section property
data
ret = SapModel.FrameObj.GetSectionNonPrismatic("3",
PropName, sVarTotalLength, sVarRelStartLoc)
Initial release in version 11.00.