Solid Edge Draft Type Library
GetGlobalParameter Method
Solid Edge Draft Type Library > DraftDocument Object : 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 DraftGlobalConstants, _
   ByRef value As Variant _
) 
Parameters
Parameter
ValueDescription
seDraftSelectToolActiveLayerFilterSelect Tool - Active Layer filter
seDraftSelectToolDimensionAnnotationFilterSelect Tool - Dimension Annotation filter
seDraftSelectToolDrawingViewFilterSelect Tool - Drawing View filter
seDraftSelectToolRelationHandleFilterSelect Tool - Relation Handle filter
seDraftSelectToolTextFilterSelect Tool - Text filter
seDraftSelectToolWireFrameFilterSelect Tool - Wireframe filter
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

DraftDocument Object  | DraftDocument Members