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


ICadastralFabric.PostCadastralPacket Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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++]

See Also

ICadastralFabric Interface