Fixed step or relative error.
Read-write property
[Visual Basic .NET] |
---|
Public Property Method() As AgEVeMethod |
[C#] |
---|
public AgEVeMethod Method {get; set;} |
[Managed C++] |
---|
public: __property AgEVeMethod get_Method(); |
[Unmanaged C++] |
---|
public: HRESULT get_Method( AgEVeMethod * pVal ); public: HRESULT put_Method( AgEVeMethod AgEVeMethod ); |
[Java] |
---|
public AgEVeMethod getMethod(); public void setMethod( AgEVeMethod ); |