AGI STK Objects 11 Send comments on this topic.
ShapeModel Property (IAgVeSpEnvVehTemperature)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1