AGI STK Objects 11 Send comments on this topic.
IsStatic Property (IAgMtoGlobalTrackOptions)
See Also 





Description

Opt whether to make the MTO static.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsStatic() As Boolean

[C#]
public bool IsStatic {get; set;}

[Managed C++]
public: __property bool get_IsStatic();
public: __property void set_IsStatic(
bool
);

[Unmanaged C++]
public: HRESULT get_IsStatic(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsStatic(
VARIANT_BOOL NewIsStatic
);

[Java]
public bool getIsStatic();public void setIsStatic(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1