This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset4 Interface > IImageInset4.SolutionPoint Property (ArcObjects .NET 10.5 SDK) |
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