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





Windows & Linux

Description

Name of the object associated with the result. Set by STK.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ObjectName() As String
[C#]
public string ObjectName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ObjectName();
public: __property void set_ObjectName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ObjectName(
    BSTR * pObjectName
);
public: HRESULT put_ObjectName(
    BSTR ObjectName
);
[Java]
public String getObjectName();
public void setObjectName(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.