Creates an IAgQuantity interface with the
given dimension, unit and value
| [Visual Basic .NET] |
|---|
Public Function NewQuantity( _
ByVal Dimension As String, _
ByVal UnitAbbrv As String, _
ByVal Value As Double _
) As IAgQuantity
|
| [C#] |
|---|
public IAgQuantity NewQuantity(
|
| [Managed C++] |
|---|
public: IAgQuantity^ NewQuantity(
|
| [Java] |
|---|
public IAgQuantity newQuantity(
|
| [Unmanaged C++] |
|---|
public: HRESULT NewQuantity(
|
- Dimension
- UnitAbbrv
- Value