STK ObjectsSend 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 * pName
);
[Java]
public String getClassName();
[Python - STK API ]
@property
def ClassName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.