AGI STK Astrogator 11 Send comments on this topic.
DensityType Property (IAgVAMarsGRAM37)
See Also 





Description

Low, mean or high density type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DensityType() As AgEVAMarsGRAMDensityType

[C#]
public AgEVAMarsGRAMDensityType DensityType {get; set;}

[Managed C++]
public: __property AgEVAMarsGRAMDensityType get_DensityType();
public: __property void set_DensityType(
AgEVAMarsGRAMDensityType
);

[Unmanaged C++]
public: HRESULT get_DensityType(
AgEVAMarsGRAMDensityType * pRetVal
);
public: HRESULT put_DensityType(
AgEVAMarsGRAMDensityType NewDensityType
);

[Java]
public AgEVAMarsGRAMDensityType getDensityType();public void setDensityType(
AgEVAMarsGRAMDensityType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1