AGI STK Objects 11 Send comments on this topic.
Min Property (IAgAccessCnstrCrdnCn)
See Also 





Description

Min value for the access constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Min() As System.Object

[C#]
public System.Object Min {get; set;}

[Managed C++]
public: __property VARIANT get_Min();
public: __property void set_Min(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Min(
VARIANT * pRetVal
);
public: HRESULT put_Min(
VARIANT NewMin
);

[Java]
public Variant getMin();public void setMin(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1