STK ObjectsSend 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 Format
);
[Java]
public AgEVOFormat getFormat();
public void setFormat(
    AgEVOFormat
);
[Python - STK API ]
@property
def Format(self) -> "AgEVOFormat":

@Format.setter
def Format(self, Format:"AgEVOFormat") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.