AGI STK Objects 11Send comments on this topic.
SymbolImageSize Property (IAgStdMil2525bSymbols)
See Also 
Windows






Windows & Linux

Description

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 ** ppRetVal
);
public: HRESULT put_SymbolImageSize(
   UInt * pNewSymbolImageSize
);
[Java]
public UInt getSymbolImageSize();public void setSymbolImageSize(
   UInt
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.