AGI STK Objects 11 Send comments on this topic.
UseStaticContours Property (IAgFmGfxContoursAnimation)
See Also 





Description

Use static contour settings for animation contours.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseStaticContours();
public: __property void set_UseStaticContours(
bool
);

[Unmanaged C++]
public: HRESULT get_UseStaticContours(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseStaticContours(
VARIANT_BOOL NewUseStaticContours
);

[Java]
public bool getUseStaticContours();public void setUseStaticContours(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1