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 * pRetVal ); public: HRESULT put_ShowContourLines( VARIANT_BOOL NewShowContourLines );
|
| [Java] |
|---|
public bool getShowContourLines(); public void setShowContourLines( bool );
|
See Also