STK ObjectsSend comments on this topic.
SymbolImageSize Property (IAgStdMil2525bSymbols)
See Also
Windows





Windows & Linux

Description

Gets or sets the size for the symbol id. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SymbolImageSize() As UINT
[C#]
public UINT SymbolImageSize {get; set;}
[Managed C++]
public: __property UINT get_SymbolImageSize();
public: __property void set_SymbolImageSize( UINT );
[Unmanaged C++]
public: HRESULT get_SymbolImageSize(
    UINT * pRetVal
);
public: HRESULT put_SymbolImageSize(
    UINT nImageSize
);
[Java]
public UINT getSymbolImageSize();
public void setSymbolImageSize(
    UINT
);
[Python - STK API ]
@property
def SymbolImageSize(self) -> UINT:

@SymbolImageSize.setter
def SymbolImageSize(self, nImageSize:UINT) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.