AGI AgSearch 11 Send comments on this topic.
ResultName Property (IAgSearchResult)
See Also 





Description

Name of the result. Set by STK.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_ResultName();
public: __property void set_ResultName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ResultName(
BSTR * pRetVal
);
public: HRESULT put_ResultName(
BSTR NewResultName
);

[Java]
public String getResultName();public void setResultName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1