Solid Edge Part 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 PartGlobalConstants, _
   ByRef Value As Variant _
) 
Parameters
Parameter
ValueDescription
sePartGlobalAccuracyForDensity
sePartGlobalAutomaticUpdate
sePartGlobalCombMaximumDensity
sePartGlobalCombMaximumMagnitude
sePartGlobalDensity
sePartGlobalMaterial
sePartGlobalPartCopyUpdateMode
sePartGlobalUpdatePhysicalPropertiesOnSave
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

PartDocument Object  | PartDocument Members