AGI STK Objects 11 Send comments on this topic.
Text Property (IAgVeGfxTimeEventTypeText)
See Also 





Description

Text.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Text() As String

[C#]
public string Text {get; set;}

[Managed C++]
public: __property String __gc ^ get_Text();
public: __property void set_Text(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Text(
BSTR * pRetVal
);
public: HRESULT put_Text(
BSTR NewText
);

[Java]
public String getText();public void setText(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1