This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentID Interface > ISegmentID.GetIDs Method (ArcObjects .NET 10.4 SDK) |
Get the IDs on the segment's endpoints.
[Visual Basic .NET] Public Sub GetIDs ( _ ByRef fromID As Integer, _ ByRef toID As Integer _ )
[C#] public void GetIDs ( ref int fromID, ref int toID );
[C++]
HRESULT GetIDs(
long* fromID,
long* toID
);
[C++]
Parameters fromID [out] fromID is a parameter of type long toID [out] toID is a parameter of type long
Returns the PointID attributes held by the From and To point of the segment.