STK ObjectsSend 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
);
[Python - STK API ]
@property
def ShowContourLines(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.