STK ObjectsSend comments on this topic.
AvailableVehicleIDs Property (IAgVePropagatorUserExternal)
See Also
Windows





Windows & Linux

Description

Get available IDs.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.