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


ICadastralFabric3.ExtractCadastralPacket Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabric3 Interface > ICadastralFabric3.ExtractCadastralPacket Method
ArcGIS Developer Help

ICadastralFabric3.ExtractCadastralPacket Method

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
);
[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 bool

Product Availability

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

See Also

ICadastralFabric3 Interface