AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_Format(
AgEVOFormat NewFormat
);

[Java]
public AgEVOFormat getFormat();public void setFormat(
AgEVOFormat
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface