AGI Ui Plugins 11 Send comments on this topic.
AssemblyPath Property (IAgUiPluginWindowCreateParameters)
See Also 





Description

A path to the assembly that contains a user control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AssemblyPath() As String

[C#]
public string AssemblyPath {get; set;}

[Managed C++]
public: __property String __gc ^ get_AssemblyPath();
public: __property void set_AssemblyPath(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_AssemblyPath(
BSTR * pRetVal
);
public: HRESULT put_AssemblyPath(
BSTR NewAssemblyPath
);

[Java]
public String getAssemblyPath();public void setAssemblyPath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1