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






Windows & Linux

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 * pVal
);
public: HRESULT put_UseStaticContours(
    VARIANT_BOOL UseStaticContours
);
[Java]
public bool getUseStaticContours();
public void setUseStaticContours(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.