AGI STK Objects 11 Send comments on this topic.
DatabaseName Property (IAgRadarClutterMapModelRae)
See Also 





Description

Gets or sets the current RAE database by name.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_DatabaseName();
public: __property void set_DatabaseName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_DatabaseName(
BSTR * pRetVal
);
public: HRESULT put_DatabaseName(
BSTR NewDatabaseName
);

[Java]
public String getDatabaseName();public void setDatabaseName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1