STK Vector Geometry ToolSend 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 Type
);
[Java]
public AgECrdnIntegralType getType();
public void setType(
    AgECrdnIntegralType
);
[Python - STK API ]
@property
def Type(self) -> "AgECrdnIntegralType":

@Type.setter
def Type(self, Type:"AgECrdnIntegralType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.