ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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

IGlobeLayerProperties4 Interface