Add an Attribute of type quantity (double) to
the Attribute Scope. Deprecated, use AddQuantityDispatchProperty2
instead.
| [Visual Basic .NET] |
|---|
Public Sub AddQuantityDispatchProperty( _
ByVal DispScope As Object, _
ByVal Name As String, _
ByVal Description As String, _
ByVal PropName As String, _
ByVal DisplayUnit As String, _
ByVal InternalUnit As String, _
ByVal Flags As Integer _
)
|
| [C#] |
|---|
public void AddQuantityDispatchProperty(
|
| [Managed C++] |
|---|
public: void AddQuantityDispatchProperty(
|
| [Java] |
|---|
public addQuantityDispatchProperty(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddQuantityDispatchProperty(
|
- DispScope
- The attribute container (scope) where the attribute will be added.
- Name
- Name of the attribute to add.
- Description
- Description of the attribute to add.
- PropName
- Name of the property to be called to set/get the value of this attribute. The property must be of the type quantity (as double).
- DisplayUnit
- Default display units (used in the User Interface).
- InternalUnit
- Unit used to set/get the PropName property.
- Flags
- Bitwise combination of AgEAttrAddFlags flags.