ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.PointMode Property

Controls appearance of rendered points: 0 = RASTER PIXEL, 1 = CIRCLE, 2 = SPHERE.

[Visual Basic .NET]
Public Property PointMode As Integer
[C#]
public int PointMode {get; set;}
[C++]
HRESULT get_PointMode(
  long* pVal
);
[C++]
HRESULT put_PointMode(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IStatefulRenderOptions Interface