STK Vector Geometry ToolSend 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 IsGlobal
);
[Java]
public bool getIsGlobal();
public void setIsGlobal(
    bool
);
[Python - STK API ]
@property
def IsGlobal(self) -> bool:

@IsGlobal.setter
def IsGlobal(self, IsGlobal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.