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


IACSimpleMarkerSymbol.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACSimpleMarkerSymbol.Type Property

The marker type.

[Visual Basic .NET]
Public Property Type As acMarkerType
[C#]
public acMarkerType Type {get; set;}
[C++]
HRESULT get_Type(
  acMarkerType* Type
);
[C++]
HRESULT put_Type(
  acMarkerType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type acMarkerType Type [in]
Type is a parameter of type acMarkerType

Product Availability

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

See Also

IACSimpleMarkerSymbol Interface