Get a list of the current route's individual procedures.
[Visual Basic .NET] |
---|
Public Function GetSegments() As System.Array |
[C#] |
---|
public System.Array GetSegments(); |
[Managed C++] |
---|
public: System::Array GetSegments(); |
[Unmanaged C++] |
---|
public: HRESULT GetSegments( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSegments(); |