STK ObjectsSend comments on this topic.
ShapeModel Property (IAgVeSpEnvVehTemperature)
See Also
Windows





Windows & Linux

Description

Thermal shape model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShapeModel() As AgEVeSpEnvShapeModel
[C#]
public AgEVeSpEnvShapeModel ShapeModel {get; set;}
[Managed C++]
public: __property AgEVeSpEnvShapeModel get_ShapeModel();
public: __property void set_ShapeModel( AgEVeSpEnvShapeModel );
[Unmanaged C++]
public: HRESULT get_ShapeModel(
    AgEVeSpEnvShapeModel * pVal
);
public: HRESULT put_ShapeModel(
    AgEVeSpEnvShapeModel ShapeModel
);
[Java]
public AgEVeSpEnvShapeModel getShapeModel();
public void setShapeModel(
    AgEVeSpEnvShapeModel
);
[Python - STK API ]
@property
def ShapeModel(self) -> "AgEVeSpEnvShapeModel":

@ShapeModel.setter
def ShapeModel(self, ShapeModel:"AgEVeSpEnvShapeModel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.