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






Windows & Linux

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 * pVal
);
public: HRESULT put_Min(
    VARIANT pVal
);
[Java]
public VARIANT getMin();
public void setMin(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.