ArcObjects Library Reference (Carto)  

ITinContourRenderer.IndexContourDescription Property

The description for the index contour.

[Visual Basic .NET]
Public Property IndexContourDescription As String
[C#]
public string IndexContourDescription {get; set;}
[C++]
HRESULT get_IndexContourDescription(
  BSTR* Text
);
[C++]
HRESULT put_IndexContourDescription(
  BSTR Text
);
[C++]

Parameters

Text [out, retval]   Text is a parameter of type BSTR Text [in]   Text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinContourRenderer Interface