This document is archived and information here might be outdated. Recommended version. |
Indicates if this is a referenced mosaic dataset.
[Visual Basic .NET]
Public Property Referenced As Boolean
[C#]
public bool Referenced {get; set;}
[C++]
HRESULT get_Referenced(
Boolean* pReferenced
);
[C++]
HRESULT put_Referenced(
VARIANT_BOOL pReferenced
);
[C++] Parameters pReferenced [out, retval]
pReferenced is a parameter of type bool* pReferenced [in]
pReferenced is a parameter of type bool