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


ISdcExporter.Export Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISdcExporter Interface > ISdcExporter.Export Method
ArcGIS Developer Help

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,
  System.Guid* Key,
  ITrackCancel* trackCancel
);
[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 System.Guid* trackCancel [in]
trackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

ISdcExporter Interface