AGI STK VGT 11 Send comments on this topic.
CreateConditionScalarBounds Method (IAgCrdnConditionFactory)
See Also 
Name
Description





Description

Creates a condition placing bounds on specified scalar.

Syntax

[Visual Basic .NET]
Public Function CreateConditionScalarBounds( _
   ByVal Name As String, _
   ByVal Description As String _
) As IAgCrdnCondition

[C#]
public IAgCrdnCondition CreateConditionScalarBounds(
string Name,
string Description
);

[Managed C++]
public: IAgCrdnCondition^ CreateConditionScalarBounds(
String __gc ^ Name,
String __gc ^ Description
);

[Java]
public IAgCrdnCondition createConditionScalarBounds(
String Name,
String Description
);

[Unmanaged C++]
public: HRESULT CreateConditionScalarBounds(
BSTR Name,
BSTR Description,
IAgCrdnCondition ** ReturnValue
);

Parameters

Name
Description

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1