This document is archived and information here might be outdated.  Recommended version.


ISdcExporter.Export Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISdcExporter.Export Method

Creates a SDC dataset from the input cursor.

[Visual Basic .NET]
Public Function Export ( _
    ByVal cursor As ICursor, _
    ByVal outputRootname As String, _
    ByRef Key As Guid&, _
    ByVal trackCancel As ITrackCancel _
) As IDataset
[C#]
public IDataset Export (
    ICursor cursor,
    string outputRootname,
    ref Guid& Key,
    ref ITrackCancel trackCancel
);
[C++]
HRESULT Export(
  ICursor* cursor,
  BSTR outputRootname,
  GUID* Key,
  ITrackCancel* trackCancel,
  IDataset** sdcDataset
);
[C++]

Parameters cursor [in]
cursor is a parameter of type ICursor outputRootname [in] outputRootname is a parameter of type BSTR Key [in]
Key is a parameter of type GUID trackCancel [in]
trackCancel is a parameter of type ITrackCancel sdcDataset [out, retval]
sdcDataset is a parameter of type IDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISdcExporter Interface