This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* fromID,
System.Int32* 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.