STK ObjectsSend comments on this topic.
AvailableElements Property (IAgSnPt3DModel)
See Also
Windows





Windows & Linux

Description

Get the available elements of the 3D model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableElements() As System.Array
[C#]
public System.Array AvailableElements {get;}
[Managed C++]
public: __property System::Array get_AvailableElements();
[Unmanaged C++]
public: HRESULT get_AvailableElements(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableElements();
[Python - STK API ]
@property
def AvailableElements(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.