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


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

ICadastralFabric.PostCadastralPacket Method

Saves the cadastral packet for the job.

[Visual Basic .NET]
Public Sub PostCadastralPacket ( _
    ByVal XMLStream As IXMLStream, _
    ByVal CancelTracker As ITrackCancel _
)
[C#]
public void PostCadastralPacket (
    IXMLStream XMLStream,
    ITrackCancel CancelTracker
);
[C++]
HRESULT PostCadastralPacket(
  IXMLStream* XMLStream,
  ITrackCancel* CancelTracker
);
[C++]
Parameters
XMLStream [in]

XMLStream is a parameter of type IXMLStream* CancelTracker [in]
CancelTracker is a parameter of type ITrackCancel*

Product Availability

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

Remarks

Saves the data in the cadastral packet back into the cadastral fabric dataset. A cadastral packet is a set of data extracted from the Cadastral Fabric dataset that is used in-memory, and represents the editable Cadastral Job.

[C++]

HRESULT PostCadastralPacket(

IXMLStream* XMLStream

);

See Also

ICadastralFabric Interface