This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* bIsClone
);
[C++] Parameters bIsClone [in]
bIsClone is a parameter of type bool bIsClone [out, retval]
bIsClone is a parameter of type bool*