|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISdcExporter Interface > ISdcExporter.Export Method (ArcObjects .NET 10.5 SDK) | 
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