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


I3DProperties.RenderVisibility Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

I3DProperties.RenderVisibility Property

The render visibility option.

[Visual Basic .NET]
Public Property RenderVisibility As esriRenderVisibility
[C#]
public esriRenderVisibility RenderVisibility {get; set;}
[C++]
HRESULT get_RenderVisibility(
  esriRenderVisibility* pRenderOption
);
[C++]
HRESULT put_RenderVisibility(
  esriRenderVisibility pRenderOption
);
[C++]

Parameters pRenderOption [out, retval]
pRenderOption is a parameter of type esriRenderVisibility pRenderOption [in]
pRenderOption is a parameter of type esriRenderVisibility

Product Availability

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

See Also

I3DProperties Interface