This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.IsLayerClone Property (ArcObjects .NET 10.5 SDK) |
Indicates if the layer is a clone of the original in Globe.
[Visual Basic .NET] Public Property IsLayerClone As Boolean
[C#] public bool IsLayerClone {get; set;}
[C++]
HRESULT get_IsLayerClone(
VARIANT_BOOL* bIsClone
);
[C++]
HRESULT put_IsLayerClone(
VARIANT_BOOL bIsClone
);
[C++]
Parameters bIsClone [out, retval] bIsClone is a parameter of type VARIANT_BOOL bIsClone [in] bIsClone is a parameter of type VARIANT_BOOL