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






Windows & Linux

Description

The integration window, or accumulation, type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegrationWindowType() As AgECrdnIntegrationWindowType
[C#]
public AgECrdnIntegrationWindowType IntegrationWindowType {get; set;}
[Managed C++]
public: __property AgECrdnIntegrationWindowType get_IntegrationWindowType();
public: __property void set_IntegrationWindowType(
   AgECrdnIntegrationWindowType
);
[Unmanaged C++]
public: HRESULT get_IntegrationWindowType(
   AgECrdnIntegrationWindowType * pRetVal
);
public: HRESULT put_IntegrationWindowType(
   AgECrdnIntegrationWindowType NewIntegrationWindowType
);
[Java]
public AgECrdnIntegrationWindowType getIntegrationWindowType();public void setIntegrationWindowType(
   AgECrdnIntegrationWindowType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.