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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.