Solid Edge Assembly Type Library
GetTubePropertyNameAndValueByPid Method
Member of the TubePropertyPidConstants constant set that specifies the tube property to retrieve.
Returns the name of the tube property specified by TubePropertyPid.
Returns the value of the tube property specified by TubePropertyPid.
Description
Retrieves the localized name and formated value for the tube property specified by the pid.
Syntax
Visual Basic
Public Sub GetTubePropertyNameAndValueByPid( _
   ByVal TubePropertyPid As TubePropertyPidConstants, _
   ByRef TubePropertyName As String, _
   ByRef TubePropertyValue As String _
) 
Parameters
TubePropertyPid
ValueDescription
seTubePropertyPid_TubeAreaInsideDiameter
seTubePropertyPid_TubeBendRadius
seTubePropertyPid_TubeEndTreatmentTypeEnd1
seTubePropertyPid_TubeEndTreatmentTypeEnd2
seTubePropertyPid_TubeFlatLength
seTubePropertyPid_TubeMinimumFlatLength
seTubePropertyPid_TubeOuterDiameter
seTubePropertyPid_TubeVolumeInsideDiameter
seTubePropertyPid_TubeWallThickness
Member of the TubePropertyPidConstants constant set that specifies the tube property to retrieve.
TubePropertyName
Returns the name of the tube property specified by TubePropertyPid.
TubePropertyValue
Returns the value of the tube property specified by TubePropertyPid.
See Also

Tube Object  | Tube Members

Send comments on this topic.