The integration window, or accumulation, type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property IntegrationWindowType() As AgECrdnIntegrationWindowType |
| [C#] |
|---|
public AgECrdnIntegrationWindowType IntegrationWindowType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECrdnIntegrationWindowType get_IntegrationWindowType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECrdnIntegrationWindowType getIntegrationWindowType(); public void setIntegrationWindowType( AgECrdnIntegrationWindowType ); |
[Python - STK API ] |
|---|
@property def IntegrationWindowType(self) -> "AgECrdnIntegrationWindowType": @IntegrationWindowType.setter def IntegrationWindowType(self, IntegrationWindowType:"AgECrdnIntegrationWindowType") -> None: |






