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