AGI AgAttrAutomation 11 Send comments on this topic.
AddScopeDispatchProperty2 Method (IAgAttrBuilder)
See Also 
DispScope
Name
Description





Description

Add an Attribute to the current Attribute Scope (to construct a hierarchy).

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
);

[Java]
public  addScopeDispatchProperty2(
Object DispScope,
String Name,
String Description
);

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

Parameters

DispScope
Name
Description

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1