The entity marker.
Read-write property
[Visual Basic .NET] |
---|
Public Property Marker() As IAgMarkerGraphics |
[C#] |
---|
public IAgMarkerGraphics Marker {get; set;} |
[Managed C++] |
---|
public: __property IAgMarkerGraphics ^ get_Marker(); |
[Unmanaged C++] |
---|
public: HRESULT get_Marker( IAgMarkerGraphics ** ppGraphics ); public: HRESULT put_Marker( IAgMarkerGraphics Graphics ); |
[Java] |
---|
public IAgMarkerGraphics getMarker(); public void setMarker( IAgMarkerGraphics ); |