STK Real-Time FrameworkSend comments on this topic.
InstanceName Property (IAgRtPlugin)
See Also
Windows





Windows & Linux

Description

The user modifiable name for the specific plugin instance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InstanceName() As String
[C#]
public string InstanceName {get; set;}
[Managed C++]
public: __property String __gc ^ get_InstanceName();
public: __property void set_InstanceName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_InstanceName(
    BSTR * pName
);
public: HRESULT put_InstanceName(
    BSTR Name
);
[Java]
public String getInstanceName();
public void setInstanceName(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.