This document is archived and information here might be outdated. Recommended version. |
Export mosaic dataset geometries into a feature class.
[Visual Basic .NET] Public Sub ExportGeometry ( _ ByVal pParameters As IExportGeometryParameters, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void ExportGeometry ( IExportGeometryParameters pParameters, ITrackCancel pTrackCancel );
[C++]
HRESULT ExportGeometry(
IExportGeometryParameters* pParameters,
ITrackCancel* pTrackCancel
);
[C++] Parameters pParameters [in]
pParameters is a parameter of type IExportGeometryParameters* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*