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


IGlobeLayerProperties2.IsLayerClone Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties2.IsLayerClone Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties2 Interface