This document is archived and information here might be outdated. Recommended version. |
Saves the cadastral packet and creates a new job if there are new parcels..
[Visual Basic .NET] Public Sub InsertCadastralPacket ( _ ByVal NewCadastralJobDefinition As ICadastralJob, _ ByVal XMLStream As IXMLStream, _ ByVal CancelTracker As ITrackCancel, _ ByRef InsertedParcelOIDs As IFIDSet _ )
[C#] public void InsertCadastralPacket ( ICadastralJob NewCadastralJobDefinition, IXMLStream XMLStream, ITrackCancel CancelTracker, ref IFIDSet InsertedParcelOIDs );
[C++]
HRESULT InsertCadastralPacket(
ICadastralJob* NewCadastralJobDefinition,
IXMLStream* XMLStream,
ITrackCancel* CancelTracker,
IFIDSet** InsertedParcelOIDs
);
[C++]
Parameters NewCadastralJobDefinition [in]
NewCadastralJobDefinition is a parameter of type ICadastralJob* XMLStream [in]
XMLStream is a parameter of type IXMLStream* CancelTracker [in]
CancelTracker is a parameter of type ITrackCancel* InsertedParcelOIDs [in, out]
InsertedParcelOIDs is a parameter of type IFIDSet**