This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDrawAnnotationGeometry Interface > IDrawAnnotationGeometry.DrawGeometryMarkerSymbol Property (ArcObjects .NET 10.4 SDK) |
The marker symbol for drawing the geometry.
[Visual Basic .NET] Public Property DrawGeometryMarkerSymbol As IMarkerSymbol
[C#] public IMarkerSymbol DrawGeometryMarkerSymbol {get; set;}
[C++]
HRESULT get_DrawGeometryMarkerSymbol(
IMarkerSymbol** Symbol
);
[C++]
HRESULT putref_DrawGeometryMarkerSymbol(
IMarkerSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol Symbol [in]
Symbol is a parameter of type IMarkerSymbol