STK AgAttrAutomationSend comments on this topic.
GetConfig Method (IAgAttrConfig)
See Also
pAttrBuilder
Provides methods to build the attribute container.
Windows





Windows & Linux

Description

Get the configuration represented by an attribute container (also called attribute scope).

Syntax

[Visual Basic .NET]
Public Function GetConfig( _
    ByVal pAttrBuilder As IAgAttrBuilder _
) As Object
[C#]
public Object GetConfig(
    IAgAttrBuilder pAttrBuilder
);
[Managed C++]
public: IUnknown^ GetConfig(
    IAgAttrBuilder ^ pAttrBuilder
);
[Unmanaged C++]
public: HRESULT GetConfig(
    IAgAttrBuilder * pAttrBuilder,
    IUnknown ** ppDispScope
);
[Java]
public Object getConfig(
    IAgAttrBuilder pAttrBuilder
);

Parameters

pAttrBuilder
Provides methods to build the attribute container.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.