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


IESRISegment.ExportToESRISegment Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IESRISegment.ExportToESRISegment Method

[Visual Basic .NET]
Public Sub ExportToESRISegment ( _
    ByRef byteBuffer As Byte&, _
    ByRef cBytesWrote As Integer _
)
[C#]
public void ExportToESRISegment (
    ref Byte& byteBuffer,
    ref int cBytesWrote
);
[C++]
HRESULT ExportToESRISegment(
  System.Byte* byteBuffer,
  System.Int32* cBytesWrote
);
[C++]

Parameters byteBuffer [out]
byteBuffer is a parameter of type unsigned char* cBytesWrote [out]
cBytesWrote is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IESRISegment Interface