STK Vector Geometry ToolSend comments on this topic.
MinEx Property (IAgCrdnGridValuesFixedNumberOfSteps)
See Also
Windows





Windows & Linux

Description

Minimum coordinate value as IAgQuantity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinEx() As IAgQuantity
[C#]
public IAgQuantity MinEx {get; set;}
[Managed C++]
public: __property IAgQuantity ^ get_MinEx();
public: __property void set_MinEx( IAgQuantity );
[Unmanaged C++]
public: HRESULT get_MinEx(
    IAgQuantity ** ppRetVal
);
public: HRESULT put_MinEx(
    IAgQuantity MinEx
);
[Java]
public IAgQuantity getMinEx();
public void setMinEx(
    IAgQuantity
);
[Python - STK API ]
@property
def MinEx(self) -> "IAgQuantity":

@MinEx.setter
def MinEx(self, MinEx:"IAgQuantity") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.