ArcObjects Library Reference (GeoDatabase) |
|
IGPMessage.Description Property
The description of the geoprocessing message.
[Visual Basic .NET]
Public Property Description As String
[C#]
public string Description {get; set;}
[C++]
HRESULT get_Description(
void
);
[C++]
HRESULT put_Description(
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The get_Description property returns the actual message text string.
See Also
IGPMessage Interface
.NET Samples
Closest facility solver (Code Files:
frmClosestFacilitySolver) |
Service area solver (Code Files:
frmServiceAreaSolver) |
Location-allocation solver (Code Files:
frmLocationAllocationSolver) |
Vehicle routing problem solver (Code Files:
frmVRPSolver) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm) |
Geoprocessing events listener (Code Files:
GPEventHelper)