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