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


ISceneGraph.Contrast Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.Contrast Property

The contrast coefficient.

[Visual Basic .NET]
Public Property Contrast As Integer
[C#]
public int Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  long* pContrast
);
[C++]
HRESULT put_Contrast(
  long pContrast
);
[C++]

Parameters pContrast [out, retval] pContrast is a parameter of type long pContrast [in] pContrast is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface