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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.