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


ITinContourRenderer.IndexContourFactor 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.IndexContourFactor Property
ArcGIS Developer Help

ITinContourRenderer.IndexContourFactor Property

The index contour factor.

[Visual Basic .NET]
Public Property indexContourFactor As Integer
[C#]
public int indexContourFactor {get; set;}
[C++]
HRESULT get_indexContourFactor(
  System.Int32* factor
);
[C++]
HRESULT put_indexContourFactor(
  long factor
);
[C++]
Parameters
factor [out, retval]

factor is a parameter of type long* factor [in]
factor is a parameter of type long

Product Availability

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

See Also

ITinContourRenderer Interface