STK AgUtPluginSend comments on this topic.
SiteName Property (IAgUtPluginSite)
See Also
Windows





Windows & Linux

Description

Returns the site name calling the plugin.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SiteName() As String
[C#]
public string SiteName {get;}
[Managed C++]
public: __property String __gc ^ get_SiteName();
[Unmanaged C++]
public: HRESULT get_SiteName(
    BSTR * pName
);
[Java]
public String getSiteName();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.