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 ); |
[Python - STK API ![]() |
---|
def GetConfig(self, pAttrBuilder:"IAgAttrBuilder") -> "IDispatch": |
- pAttrBuilder
- Provides methods to build the attribute container.