This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub ExportToESRISegment2 ( _ ByVal exportTo92ArcFormat As Boolean, _ ByRef byteBuffer As Byte&, _ ByRef cBytesWrote As Integer _ )
[C#] public void ExportToESRISegment2 ( bool exportTo92ArcFormat, ref Byte& byteBuffer, ref int cBytesWrote );
[C++]
HRESULT ExportToESRISegment2(
VARIANT_BOOL exportTo92ArcFormat,
System.Byte* byteBuffer,
System.Int32* cBytesWrote
);
[C++]
Parameters exportTo92ArcFormat
exportTo92ArcFormat is a parameter of type bool byteBuffer [out]
byteBuffer is a parameter of type unsigned char* cBytesWrote [out]
cBytesWrote is a parameter of type long*