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


ICourse.GetDescription Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

ICourse.GetDescription Method

Description of the course.

[Visual Basic .NET]
Public Function GetDescription ( _
    ByVal Editor As IEditor _
) As String
[C#]
public string GetDescription (
    IEditor Editor
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns a description of the course. The description includes the course type and the course parameters.

See Also

ICourse Interface