Creates a condition for point in volume.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCondition CreateConditionPointInVolume( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCondition^ CreateConditionPointInVolume( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCondition createConditionPointInVolume( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateConditionPointInVolume(self, Name:str, Description:str) -> "IAgCrdnCondition": |
- Name
- Description






