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





Windows & Linux

Description

Vehicle ID.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VehicleID() As String
[C#]
public string VehicleID {get; set;}
[Managed C++]
public: __property String __gc ^ get_VehicleID();
public: __property void set_VehicleID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_VehicleID(
    BSTR * pVal
);
public: HRESULT put_VehicleID(
    BSTR InVal
);
[Java]
public String getVehicleID();
public void setVehicleID(
    String
);
[Python - STK API ]
@property
def VehicleID(self) -> str:

@VehicleID.setter
def VehicleID(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.