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





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 * pRetVal
);
public: HRESULT put_Size(
long NewSize
);

[Java]
public int getSize();public void setSize(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1