ArcObjects Library Reference (Carto)  

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(
  long* 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