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


IESRISegment.ImportFromESRISegment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRISegment Interface > IESRISegment.ImportFromESRISegment Method
ArcGIS Developer Help

IESRISegment.ImportFromESRISegment Method

[Visual Basic .NET]
Public Sub ImportFromESRISegment ( _
    ByRef from As WKSPoint, _
    ByRef to As WKSPoint, _
    ByRef zs As Double, _
    ByRef ms As Double, _
    ByRef IDs As Integer, _
    ByVal numModifierBytes As Integer, _
    ByRef segmentBuffer As Byte&, _
    ByRef cBytesRead As Integer _
)
[C#]
public void ImportFromESRISegment (
    ref WKSPoint from,
    ref WKSPoint to,
    ref double zs,
    ref double ms,
    ref int IDs,
    ref int numModifierBytes,
    ref Byte& segmentBuffer,
    ref int cBytesRead
);
[C++]
HRESULT ImportFromESRISegment(
  WKSPoint* from,
  WKSPoint* to,
  System.Double* zs,
  System.Double* ms,
  System.Int32* IDs,
  long numModifierBytes,
  System.Byte* segmentBuffer,
  System.Int32* cBytesRead
);
[C++]
Parameters
from 

from is a parameter of type WKSPoint* to
to is a parameter of type WKSPoint* zs [in]
zs is a parameter of type double* ms [in]
ms is a parameter of type double* IDs [in]
IDs is a parameter of type long* numModifierBytes
numModifierBytes is a parameter of type long segmentBuffer [in]
segmentBuffer is a parameter of type unsigned char* cBytesRead [out]
cBytesRead is a parameter of type long*

Product Availability

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

See Also

IESRISegment Interface