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






Windows & Linux

Description

Fixed step or relative error.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEVeMethod
[C#]
public AgEVeMethod Method {get; set;}
[Managed C++]
public: __property AgEVeMethod get_Method();
public: __property void set_Method(
   AgEVeMethod
);
[Unmanaged C++]
public: HRESULT get_Method(
   AgEVeMethod * pRetVal
);
public: HRESULT put_Method(
   AgEVeMethod NewMethod
);
[Java]
public AgEVeMethod getMethod();public void setMethod(
   AgEVeMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.