This document is archived and information here might be outdated. Recommended version. |
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*
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.
HRESULT PostCadastralPacket(
IXMLStream* XMLStream
);