STK ObjectsSend comments on this topic.
AvailableData Property (IAgVODataDisplayCollection)
See Also
Windows





Windows & Linux

Description

gets the available data

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.