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


I3DProperties.RenderVisibility Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.RenderVisibility Property
ArcGIS Developer Help

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