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






Windows & Linux

Description

Enable the Min property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableMin() As Boolean

[C#]
public bool EnableMin {get; set;}

[Managed C++]
public: __property bool get_EnableMin();
public: __property void set_EnableMin(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableMin(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableMin(
VARIANT_BOOL NewEnableMin
);

[Java]
public bool getEnableMin();public void setEnableMin(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface