STK AviatorSend comments on this topic.
Subtype Property (IAgAvtrFuelModelKeroseneAFPROP)
See Also
Windows





Windows & Linux

Description

Gets or sets the fuel subtype.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Subtype() As AgEAvtrAFPROPFuelType
[C#]
public AgEAvtrAFPROPFuelType Subtype {get; set;}
[Managed C++]
public: __property AgEAvtrAFPROPFuelType get_Subtype();
public: __property void set_Subtype( AgEAvtrAFPROPFuelType );
[Unmanaged C++]
public: HRESULT get_Subtype(
    AgEAvtrAFPROPFuelType * pVal
);
public: HRESULT put_Subtype(
    AgEAvtrAFPROPFuelType newVal
);
[Java]
public AgEAvtrAFPROPFuelType getSubtype();
public void setSubtype(
    AgEAvtrAFPROPFuelType
);
[Python - STK API ]
@property
def Subtype(self) -> "AgEAvtrAFPROPFuelType":

@Subtype.setter
def Subtype(self, newVal:"AgEAvtrAFPROPFuelType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.