STK AgSearchSend comments on this topic.
ResultName Property (IAgSearchResult)
See Also
Windows





Windows & Linux

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 * pResultName
);
public: HRESULT put_ResultName(
    BSTR ResultName
);
[Java]
public String getResultName();
public void setResultName(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.