AGI AgAttrAutomation 11 Send comments on this topic.
AddQuantityDispatchProperty Method (IAgAttrBuilder)
See Also 
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.





Description

Add an Attribute of type quantity (double) to the Attribute Scope. Deprecated, use AddQuantityDispatchProperty2 instead.

Syntax

[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(
Object DispScope,
string Name,
string Description,
string PropName,
string DisplayUnit,
string InternalUnit,
int Flags
);

[Managed C++]
public: void AddQuantityDispatchProperty(
IUnknown ^ DispScope,
String __gc ^ Name,
String __gc ^ Description,
String __gc ^ PropName,
String __gc ^ DisplayUnit,
String __gc ^ InternalUnit,
int Flags
);

[Java]
public  addQuantityDispatchProperty(
Object DispScope,
String Name,
String Description,
String PropName,
String DisplayUnit,
String InternalUnit,
int Flags
);

[Unmanaged C++]
public: HRESULT AddQuantityDispatchProperty(
IUnknown * DispScope,
BSTR Name,
BSTR Description,
BSTR PropName,
BSTR DisplayUnit,
BSTR InternalUnit,
long Flags
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1