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


ICadastralPacket.ReadStream Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacket Interface > ICadastralPacket.ReadStream Method
ArcGIS Developer Help

ICadastralPacket.ReadStream Method

Read XML Stream into Packet.

[Visual Basic .NET]
Public Function ReadStream ( _
    ByVal pXML As IStream _
) As String
[C#]
public string ReadStream (
    IStream pXML
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacket Interface