Get the configuration represented by an
attribute container (also called attribute scope).
| [Visual Basic .NET] |
|---|
Public Function GetConfig( _
ByVal pAttrBuilder As AgAttrBuilder _
) As Object
|
| [C#] |
|---|
public Object GetConfig(
|
| [Managed C++] |
|---|
public: IUnknown^ GetConfig(
|
| [Java] |
|---|
public Object getConfig(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetConfig(
|
- pAttrBuilder
- Provides methods to build the attribute container.