ArcObjects Library Reference (Carto)  

ITinContourRenderer.ReferenceContourHeight Property

The reference contour height.

[Visual Basic .NET]
Public Property referenceContourHeight As Double
[C#]
public double referenceContourHeight {get; set;}
[C++]
HRESULT get_referenceContourHeight(
  double* Height
);
[C++]
HRESULT put_referenceContourHeight(
  double Height
);
[C++]

Parameters

Height [out, retval]   Height is a parameter of type double Height [in]   Height is a parameter of type double

Product Availability

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

See Also

ITinContourRenderer Interface