STK AviatorSend comments on this topic.
SRef Property (IAgAvtrFourPointAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the aerodynamic reference area for the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SRef() As System.Object
[C#]
public System.Object SRef {get; set;}
[Managed C++]
public: __property VARIANT get_SRef();
public: __property void set_SRef( VARIANT );
[Unmanaged C++]
public: HRESULT get_SRef(
    VARIANT * pVal
);
public: HRESULT put_SRef(
    VARIANT newVal
);
[Java]
public AgVariant getSRef();
public void setSRef(
    AgVariant
);
[Python - STK API ]
@property
def SRef(self) -> typing.Any:

@SRef.setter
def SRef(self, newVal:typing.Any) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.