This document is archived and information here might be outdated. Recommended version. |
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*