STK ObjectsSend comments on this topic.
EnableMin Property (IAgAccessCnstrCrdnCn)
See Also
Windows





Windows & Linux

Description

Enables 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 * pVal
);
public: HRESULT put_EnableMin(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableMin();
public void setEnableMin(
    bool
);
[Python - STK API ]
@property
def EnableMin(self) -> bool:

@EnableMin.setter
def EnableMin(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.