AGI STK Objects 11 Send comments on this topic.
FloatingPointFormat Property (IAgFmGfxTextOptions)
See Also 





Description

Text format for floating point numbers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FloatingPointFormat() As AgEFmGfxFloatingPointFormat

[C#]
public AgEFmGfxFloatingPointFormat FloatingPointFormat {get; set;}

[Managed C++]
public: __property AgEFmGfxFloatingPointFormat get_FloatingPointFormat();
public: __property void set_FloatingPointFormat(
AgEFmGfxFloatingPointFormat
);

[Unmanaged C++]
public: HRESULT get_FloatingPointFormat(
AgEFmGfxFloatingPointFormat * pRetVal
);
public: HRESULT put_FloatingPointFormat(
AgEFmGfxFloatingPointFormat NewFloatingPointFormat
);

[Java]
public AgEFmGfxFloatingPointFormat getFloatingPointFormat();public void setFloatingPointFormat(
AgEFmGfxFloatingPointFormat
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1