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


IGPFeatureSolutionsResult.Point Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSolutionsResult Interface > IGPFeatureSolutionsResult.Point Property
ArcGIS Developer Help

IGPFeatureSolutionsResult.Point Property

Sets the point.

[Visual Basic .NET]
Public Property Point As IPoint
[C#]
public IPoint Point {get; set;}
[C++]
HRESULT get_Point(
  IPoint* Point
);
[C++]
HRESULT putref_Point(
  IPoint** Point
);
[C++]
Parameters
Point [in]

Point is a parameter of type IPoint* Point [out, retval]
Point is a parameter of type IPoint**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFeatureSolutionsResult Interface