Get the configuration represented by an attribute container (also called attribute scope).
[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 ); |
- pAttrBuilder
- Provides methods to build the attribute container.