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