AGI STK VGT 11 Send comments on this topic.
Type Property (IAgCrdnIntegralBasic)
See Also 





Description

Get the integral type which determines the method of integration and can be set to trapezoidal, Simplson or adaptive Lobatto.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Type() As AgECrdnIntegralType

[C#]
public AgECrdnIntegralType Type {get; set;}

[Managed C++]
public: __property AgECrdnIntegralType get_Type();
public: __property void set_Type(
AgECrdnIntegralType
);

[Unmanaged C++]
public: HRESULT get_Type(
AgECrdnIntegralType * pRetVal
);
public: HRESULT put_Type(
AgECrdnIntegralType NewType
);

[Java]
public AgECrdnIntegralType getType();public void setType(
AgECrdnIntegralType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1