STK ObjectsSend comments on this topic.
PixelSize Property (IAgVeVOWaypointMarkersElement)
See Also
Windows





Windows & Linux

Description

The pixel size of the waypoint marker. 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 * pVal
);
public: HRESULT put_PixelSize(
    long PixelSize
);
[Java]
public int getPixelSize();
public void setPixelSize(
    int
);
[Python - STK API ]
@property
def PixelSize(self) -> int:

@PixelSize.setter
def PixelSize(self, PixelSize:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.