This document is archived and information here might be outdated. Recommended version. |
Indicates whether it is a ArcGlobe layer renderer.
[Visual Basic .NET] Public Property IsGlobeLayerRenderer As Boolean
[C#] public bool IsGlobeLayerRenderer {get; set;}
[C++]
HRESULT get_IsGlobeLayerRenderer(
Boolean* flag
);
[C++]
HRESULT put_IsGlobeLayerRenderer(
VARIANT_BOOL flag
);
[C++]
Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type bool