STK ObjectsSend comments on this topic.
Type Property (IAgScGenDb)
See Also
Windows





Windows & Linux

Description

The type of objects in the database.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Type() As String
[C#]
public string Type {get;}
[Managed C++]
public: __property String __gc ^ get_Type();
[Unmanaged C++]
public: HRESULT get_Type(
    BSTR * pVal
);
[Java]
public String getType();
[Python - STK API ]
@property
def Type(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.