STK AstrogatorSend comments on this topic.
LowerBound Property (IAgVAGoldenSectionControl)
See Also
Windows





Windows & Linux

Description

Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerBound() As System.Object
[C#]
public System.Object LowerBound {get; set;}
[Managed C++]
public: __property VARIANT get_LowerBound();
public: __property void set_LowerBound( VARIANT );
[Unmanaged C++]
public: HRESULT get_LowerBound(
    VARIANT * pVal
);
public: HRESULT put_LowerBound(
    VARIANT newVal
);
[Java]
public AgVariant getLowerBound();
public void setLowerBound(
    AgVariant
);
[Python - STK API ]
@property
def LowerBound(self) -> typing.Any:

@LowerBound.setter
def LowerBound(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.