This document is archived and information here might be outdated. Recommended version. |
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.
[Visual Basic .NET] Public Property AnalyzeFootprints As Boolean
[C#] public bool AnalyzeFootprints {get; set;}
[C++]
HRESULT get_AnalyzeFootprints(
VARIANT_BOOL pbAnalyzeFootprints
);
[C++]
HRESULT put_AnalyzeFootprints(
Boolean* pbAnalyzeFootprints
);
[C++]
Parameters pbAnalyzeFootprints [in]
pbAnalyzeFootprints is a parameter of type bool pbAnalyzeFootprints [out, retval]
pbAnalyzeFootprints is a parameter of type bool*