AGI AgAttrAutomationSend comments on this topic.
AddScopeDispatchProperty2 Method (IAgAttrBuilder)
See Also
DispScope
Name
Description
Windows





Windows & Linux

Description

Add an Attribute to the current Attribute Scope (to construct a hierarchy). 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 AddScopeDispatchProperty2( _
    ByVal DispScope As Object, _
    ByVal Name As String, _
    ByVal Description As String _
)
[C#]
public void AddScopeDispatchProperty2(
    Object DispScope,
    string Name,
    string Description
);
[Managed C++]
public: void AddScopeDispatchProperty2(
    IUnknown ^ DispScope,
    String __gc ^ Name,
    String __gc ^ Description
);
[Unmanaged C++]
public: HRESULT AddScopeDispatchProperty2(
    IUnknown * DispScope,
    BSTR Name,
    BSTR Description
);
[Java]
public void addScopeDispatchProperty2(
    Object DispScope,
    String Name,
    String Description
);
[Python - STK API ]
def AddScopeDispatchProperty2(self, DispScope:"IDispatch", Name:str, Description:str) -> None:

Parameters

DispScope
Name
Description

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.