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






Windows & Linux

Description

Font format of the data display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Format() As AgEVOFormat
[C#]
public AgEVOFormat Format {get; set;}
[Managed C++]
public: __property AgEVOFormat get_Format();
public: __property void set_Format( AgEVOFormat );
[Unmanaged C++]
public: HRESULT get_Format(
    AgEVOFormat * pVal
);
public: HRESULT put_Format(
    AgEVOFormat AgEVOFormat
);
[Java]
public AgEVOFormat getFormat();
public void setFormat(
    AgEVOFormat
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.