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






Windows & Linux

Description

Show Contour Lines.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowContourLines() As Boolean
[C#]
public bool ShowContourLines {get; set;}
[Managed C++]
public: __property bool get_ShowContourLines();
public: __property void set_ShowContourLines( bool );
[Unmanaged C++]
public: HRESULT get_ShowContourLines(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowContourLines(
    VARIANT_BOOL Show
);
[Java]
public bool getShowContourLines();
public void setShowContourLines(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.