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


ICourse.GetDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > ICourse Interface > ICourse.GetDescription Method
ArcGIS Developer Help

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