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






Windows & Linux

Description

The condition component.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Condition() As IAgCrdnCondition
[C#]
public IAgCrdnCondition Condition {get; set;}
[Managed C++]
public: __property IAgCrdnCondition^ get_Condition();
public: __property void set_Condition(
   IAgCrdnCondition ^
);
[Unmanaged C++]
public: HRESULT get_Condition(
   IAgCrdnCondition ** ppRetVal
);
public: HRESULT put_Condition(
   IAgCrdnCondition * pNewCondition
);
[Java]
public IAgCrdnCondition getCondition();public void setCondition(
   IAgCrdnCondition
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.