STK ObjectsSend comments on this topic.
UseStaticContours Property (IAgFmGfxContours)
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
);
[Python - STK API ]
@property
def UseStaticContours(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.