AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Value Property (IAgAccessConstraintPluginResultEval)
See Also 





Description

The current value of the constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As Double

[C#]
public double Value {get; set;}

[Managed C++]
public: __property double get_Value();
public: __property void set_Value(
double
);

[Unmanaged C++]
public: HRESULT get_Value(
double * pRetVal
);
public: HRESULT put_Value(
double NewValue
);

[Java]
public double getValue();public void setValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1