AGI STK Objects 11Send comments on this topic.
ClassName Property (IAgStkObject)
See Also 
Windows






Windows & Linux

Description

Returns a class name of the object (i.e. Aircraft, Facility.)

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ClassName() As String
[C#]
public string ClassName {get;}
[Managed C++]
public: __property String __gc ^ get_ClassName();
[Unmanaged C++]
public: HRESULT get_ClassName(
   BSTR * pRetVal
);
[Java]
public String getClassName();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.