STK AgAttrAutomationSend 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, it is recommended that the name does not include spaces because certain interfaces to the properties may not work correctly.
FlagPropName
Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.
Windows





Windows & Linux

Description

It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly.

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
);
[Unmanaged C++]
public: HRESULT AddFlagsDispatchProperty(
    IUnknown * DispScope,
    BSTR Name,
    BSTR FlagPropName
);
[Java]
public void addFlagsDispatchProperty(
    Object DispScope,
    String Name,
    String FlagPropName
);

Parameters

DispScope
The attribute container (scope) where the attribute will be added.
Name
Name of the attribute to add, it is recommended that the name does not include spaces because certain interfaces to the properties may not work correctly.
FlagPropName
Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.