AGI STK VGT 11Send comments on this topic.
IsGlobal Property (IAgCrdnEventArrayExtrema)
See Also 
Windows






Windows & Linux

Description

Indicates whether to perform local or global search. The default is false.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsGlobal() As Boolean
[C#]
public bool IsGlobal {get; set;}
[Managed C++]
public: __property bool get_IsGlobal();
public: __property void set_IsGlobal(
   bool
);
[Unmanaged C++]
public: HRESULT get_IsGlobal(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsGlobal(
   VARIANT_BOOL NewIsGlobal
);
[Java]
public bool getIsGlobal();public void setIsGlobal(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.