Solid Edge Assembly Type Library
GetGlobalParameter Method
Specifies the global parameter for which the setting is to be returned. Valid values are members of the ApplicationGlobalConstants for Application objects, AssemblyGlobalConstants for AssemblyDocument objects, PartGlobalConstants for PartDocument objects, SheetMetalGlobalConstants for SheetMetalDocument objects, or WeldmentGlobalConstants for WeldmentDocument objects.
Returns the setting of the specified global parameter. The data type returned depends on the data being queried. For Application objects, the return data type is Long or Variant. For all other objects, the returned data type is Double.
Description
Returns the setting of a specified global parameter for the referenced Application or document object.
Syntax
Visual Basic
Public Sub GetGlobalParameter( _
   ByVal Parameter As AssemblyGlobalConstants, _
   ByRef Value As Variant _
) 
Parameters
Parameter
ValueDescription
seAssemblyGlobalAutomaticUpdate
seAssemblyGlobalDefaultAccuracyForPartDensity
seAssemblyGlobalDefaultPartDensity
seAssemblyGlobalTubeBendRadius
seAssemblyGlobalTubeEndTreatmentAngle
seAssemblyGlobalTubeEndTreatmentDepth
seAssemblyGlobalTubeEndTreatmentInsideDiameter
seAssemblyGlobalTubeEndTreatmentOutsideDiameter
seAssemblyGlobalTubeEndTreatmentRadius
seAssemblyGlobalTubeMinimumFlatLength
seAssemblyGlobalTubeOuterDiameter
seAssemblyGlobalTubeWallThickness
seAssemblyGlobalUpdatePhysicalPropertiesOnSave
seAssemblyGlobalWireHarnessDefaultBundleAdder
seAssemblyGlobalWireHarnessDefaultBundleClearance
seAssemblyGlobalWireHarnessDefaultCableAdder
seAssemblyGlobalWireHarnessDefaultHoleClearance
seAssemblyGlobalWireHarnessDefaultSlackCompensation
seAssemblyGlobalWireHarnessDefaultWireAdder
Specifies the global parameter for which the setting is to be returned. Valid values are members of the ApplicationGlobalConstants for Application objects, AssemblyGlobalConstants for AssemblyDocument objects, PartGlobalConstants for PartDocument objects, SheetMetalGlobalConstants for SheetMetalDocument objects, or WeldmentGlobalConstants for WeldmentDocument objects.
Value
Returns the setting of the specified global parameter. The data type returned depends on the data being queried. For Application objects, the return data type is Long or Variant. For all other objects, the returned data type is Double.
See Also

AssemblyDocument Object  | AssemblyDocument Members