This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.DrawMultipoint Method (ArcObjects .NET 10.4 SDK) |
Draws specified multipoint on the display.
[Visual Basic .NET] Public Sub DrawMultipoint ( _ ByVal multipoint As IGeometry _ )
[C#] public void DrawMultipoint ( IGeometry multipoint );
[C++]
HRESULT DrawMultipoint(
IGeometry* multipoint
);
[C++]
Parameters multipoint [in]
multipoint is a parameter of type IGeometry
IDisplay Interface | IDisplay.StartDrawing Method