This document is archived and information here might be outdated. Recommended version. |
Returns the boundary geometry associated with all mosaic dataset items that belong to the specified image view.
[Visual Basic .NET] Public Function get_BoundaryGeometry ( _ ByVal sViewID As String _ ) As IGeometry
[C#] public IGeometry get_BoundaryGeometry ( string sViewID );
[C++]
HRESULT get_BoundaryGeometry(
BSTR sViewID,
IGeometry** ppBoundaryGeometry
);
[C++] Parameters sViewID [in]
sViewID is a parameter of type BSTR ppBoundaryGeometry [out, retval]
ppBoundaryGeometry is a parameter of type IGeometry**