Click or drag to resize

ProxyExtensions.Getter Method

Overload List
  NameDescription
Public methodStatic memberGetter(IDoubleProxy, IQuantity)

From the proxy, return an Func<TResult> for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodStatic memberGetter(IDoubleElementSetProxy, IQuantity, IElementSetDefinition)

From the proxy, return an IDoubleVectorGetter for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodStatic memberGetter(IDoubleReachProxy, IQuantity,Int32[])

From the proxy, return an IVectorGetter<T> for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodStatic memberGetter(IDoubleTimeProxy, IQuantity, IQuantity)

From the proxy, return an Func<TResult> for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodStatic memberGetter(IDoubleReachProxy, IQuantity,Int32[], IQuantity)

From the proxy, return an IVectorGetter<T> for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Top
See Also