This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.Contrast Property (ArcObjects .NET 10.5 SDK) |
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