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


IImageInset4.SolutionPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset4 Interface > IImageInset4.SolutionPoint Property
ArcGIS Developer Help

IImageInset4.SolutionPoint Property

The matching solution point.

[Visual Basic .NET]
Public Property SolutionPoint As IPoint
[C#]
public IPoint SolutionPoint {get; set;}
[C++]
HRESULT get_SolutionPoint(
  IPoint** ppPoint
);
[C++]
HRESULT putref_SolutionPoint(
  IPoint* ppPoint
);
[C++]
Parameters
ppPoint [out, retval]

ppPoint is a parameter of type IPoint** ppPoint [in]
ppPoint is a parameter of type IPoint*

Product Availability

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

See Also

IImageInset4 Interface