This document is archived and information here might be outdated. Recommended version. |
The globe layer properties.
[Visual Basic .NET] Public Property LayerProperties As IGlobeLayerProperties
[C#] public IGlobeLayerProperties LayerProperties {get; set;}
[C++]
HRESULT get_LayerProperties(
IGlobeLayerProperties** ppProps
);
[C++]
HRESULT putref_LayerProperties(
IGlobeLayerProperties* ppProps
);
[C++] Parameters ppProps [out, retval]
ppProps is a parameter of type IGlobeLayerProperties** ppProps [in]
ppProps is a parameter of type IGlobeLayerProperties*