AGI Common Entity Library 11 Send comments on this topic.
Marker Property (IAgPointEntity)
See Also 





Description

The entity marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Marker() As IAgMarkerGraphics

[C#]
public IAgMarkerGraphics Marker {get; set;}

[Managed C++]
public: __property IAgMarkerGraphics^ get_Marker();
public: __property void set_Marker(
IAgMarkerGraphics ^
);

[Unmanaged C++]
public: HRESULT get_Marker(
IAgMarkerGraphics ** ppRetVal
);
public: HRESULT put_Marker(
IAgMarkerGraphics * pNewMarker
);

[Java]
public IAgMarkerGraphics getMarker();public void setMarker(
IAgMarkerGraphics
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1