This document is archived and information here might be outdated.  Recommended version.


ITinContourRenderer.ReferenceContourHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinContourRenderer Interface > ITinContourRenderer.ReferenceContourHeight Property
ArcGIS Developer Help

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(
  System.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