AGI STK Objects 11Send 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 AgEVeSpEnvShapeModel
);
[Java]
public AgEVeSpEnvShapeModel getShapeModel();
public void setShapeModel(
    AgEVeSpEnvShapeModel
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.