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


ISceneGraph.Contrast Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.Contrast Property
ArcGIS Developer Help

ISceneGraph.Contrast Property

The contrast coefficient.

[Visual Basic .NET]
Public Property Contrast As Integer
[C#]
public int Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  System.Int32* 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