This document is archived and information here might be outdated. Recommended version. |
Builds the boundary geometry of the mosaic dataset using selected catalog items.
[Visual Basic .NET] Public Sub BuildBoundary ( _ ByVal pParameters As IBuildBoundaryParameters, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void BuildBoundary ( IBuildBoundaryParameters pParameters, ITrackCancel pTrackCancel );
[C++]
HRESULT BuildBoundary(
IBuildBoundaryParameters* pParameters,
ITrackCancel* pTrackCancel
);
[C++] Parameters pParameters [in]
pParameters is a parameter of type IBuildBoundaryParameters* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*