This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabric2 Interface > ICadastralFabric2.ExtractCadastralPacket Method (ArcObjects .NET 10.5 SDK) |
Creates/Extracts a cadastral packet for the specified job.
[Visual Basic .NET] Public Function ExtractCadastralPacket ( _ ByVal JobName As String, _ ByVal OutputProjectedCoordSys As IProjectedCoordinateSystem, _ ByVal TrackCancel As ITrackCancel, _ ByVal IncludeWhiteSpace As Boolean _ ) As IXMLStream
[C#] public IXMLStream ExtractCadastralPacket ( string JobName, IProjectedCoordinateSystem OutputProjectedCoordSys, ITrackCancel TrackCancel, bool IncludeWhiteSpace );
[C++]
HRESULT ExtractCadastralPacket(
BSTR JobName,
IProjectedCoordinateSystem* OutputProjectedCoordSys,
ITrackCancel* TrackCancel,
VARIANT_BOOL IncludeWhiteSpace,
IXMLStream** XMLStream
);
[C++]
Parameters JobName [in] JobName is a parameter of type BSTR OutputProjectedCoordSys [in]
OutputProjectedCoordSys is a parameter of type IProjectedCoordinateSystem TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel IncludeWhiteSpace [in] IncludeWhiteSpace is a parameter of type VARIANT_BOOL XMLStream [out, retval]
XMLStream is a parameter of type IXMLStream