STK Common Entity LibrarySend comments on this topic.
Size Property (IAgMarkerGraphics)
See Also
Windows





Windows & Linux

Description

The size of the marker in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Size() As Integer
[C#]
public int Size {get; set;}
[Managed C++]
public: __property int get_Size();
public: __property void set_Size( int );
[Unmanaged C++]
public: HRESULT get_Size(
    long * pPixels
);
public: HRESULT put_Size(
    long Pixels
);
[Java]
public int getSize();
public void setSize(
    int
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.