Click or drag to resize

ProxyExtensionsGetter Method

Overload List
  NameDescription
Public methodStatic memberGetter(IDoubleProxy, IQuantity)

From the proxy, return an FuncTResult 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 IVectorGetterT 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 FuncTResult 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 IVectorGetterT 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