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


IImageInset4.DrawSolutionPoint 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.DrawSolutionPoint Property
ArcGIS Developer Help

IImageInset4.DrawSolutionPoint Property

Set draw solution point.

[Visual Basic .NET]
Public WriteOnly Property DrawSolutionPoint
[C#]
public void DrawSolutionPoint {set;}
[C++]
HRESULT put_DrawSolutionPoint(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IImageInset4 Interface