AGI STK Astrogator 11 Send comments on this topic.
UserComment Property (IAgVATargeterGraph)
See Also 





Description

User Comment.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_UserComment();
public: __property void set_UserComment(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_UserComment(
BSTR * pRetVal
);
public: HRESULT put_UserComment(
BSTR NewUserComment
);

[Java]
public String getUserComment();public void setUserComment(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1