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


ICadastralPacket.SaveStream Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralPacket.SaveStream Method

Save the packet to a stream.

[Visual Basic .NET]
Public Sub SaveStream ( _
    ByVal pXML As IStream _
)
[C#]
public void SaveStream (
    IStream pXML
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacket Interface