AGI AgAttrAutomation 11 Send comments on this topic.
AddFlagsDispatchProperty Method (IAgAttrBuilder)
See Also 
DispScope
The attribute container (scope) where the attribute will be added.
Name
Name of the attribute to add.
FlagPropName
Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.





Description

Add a callback to retrieve the flags for the provided Attribute name from the provided property name.

Syntax

[Visual Basic .NET]
Public Sub AddFlagsDispatchProperty( _
   ByVal DispScope As Object, _
   ByVal Name As String, _
   ByVal FlagPropName As String _
) 

[C#]
public void AddFlagsDispatchProperty(
Object DispScope,
string Name,
string FlagPropName
);

[Managed C++]
public: void AddFlagsDispatchProperty(
IUnknown ^ DispScope,
String __gc ^ Name,
String __gc ^ FlagPropName
);

[Java]
public  addFlagsDispatchProperty(
Object DispScope,
String Name,
String FlagPropName
);

[Unmanaged C++]
public: HRESULT AddFlagsDispatchProperty(
IUnknown * DispScope,
BSTR Name,
BSTR FlagPropName
);

Parameters

DispScope
The attribute container (scope) where the attribute will be added.
Name
Name of the attribute to add.
FlagPropName
Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1