Draws specified multipoint on the display.
[Visual Basic 6.0]
Sub DrawMultipoint(
ByVal multipoint As IGeometry _
)
[Visual Basic .NET]
Public Sub DrawMultipoint ( _
ByVal multipoint As IGeometry _
)
[C#]
public void DrawMultipoint (
IGeometry multipoint
);
[Java]
public void drawMultipoint (
IGeometry multipoint
)
throws
IOException,
AutomationException
[C++]
HRESULT DrawMultipoint(
IGeometry* multipoint
);
[C++]
Parameters
multipoint [in]
multipoint is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
DrawMultipoint draws a Multipoint object with the symbol that must be specified before hand with the SetSymbol method. All draw methods must be enclosed between the calls to StartDrawing and FinishDrawing unless you are drawing in response to the IActiveViewEvents::AfterDraw event.
See Also
IDisplay Interface | IDisplay.StartDrawing Method
Send feedback on this page