AGI Real-Time Framework 11 Send comments on this topic.
InstanceName Property (IAgRtPlugin)
See Also 





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 * pRetVal
);
public: HRESULT put_InstanceName(
BSTR NewInstanceName
);

[Java]
public String getInstanceName();public void setInstanceName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1