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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1