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 * pRetVal
);
public: HRESULT put_ShapeModel(
   AgEVeSpEnvShapeModel NewShapeModel
);
[Java]
public AgEVeSpEnvShapeModel getShapeModel();public void setShapeModel(
   AgEVeSpEnvShapeModel
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.