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





Windows & Linux

Description

Maximum coordinate value as IAgQuantity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxEx() As IAgQuantity
[C#]
public IAgQuantity MaxEx {get; set;}
[Managed C++]
public: __property IAgQuantity ^ get_MaxEx();
public: __property void set_MaxEx( IAgQuantity );
[Unmanaged C++]
public: HRESULT get_MaxEx(
    IAgQuantity ** ppRetVal
);
public: HRESULT put_MaxEx(
    IAgQuantity MaxEx
);
[Java]
public IAgQuantity getMaxEx();
public void setMaxEx(
    IAgQuantity
);
[Python - STK API ]
@property
def MaxEx(self) -> "IAgQuantity":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.