STK Common Entity LibrarySend comments on this topic.
Marker Property (IAgPointEntity)
See Also
Windows





Windows & Linux

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 ** ppGraphics
);
public: HRESULT put_Marker(
    IAgMarkerGraphics Graphics
);
[Java]
public IAgMarkerGraphics getMarker();
public void setMarker(
    IAgMarkerGraphics
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.