AGI STK Objects 11 Send comments on this topic.
PixelSize Property (IAgMtoVOMarker)
See Also 





Description

The pixel size of the marker (markers do not resize as the window size is changed). Dimensionless

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PixelSize() As Integer

[C#]
public int PixelSize {get; set;}

[Managed C++]
public: __property int get_PixelSize();
public: __property void set_PixelSize(
int
);

[Unmanaged C++]
public: HRESULT get_PixelSize(
long * pRetVal
);
public: HRESULT put_PixelSize(
long NewPixelSize
);

[Java]
public int getPixelSize();public void setPixelSize(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1