AGI AgAttrAutomation 11 Send comments on this topic.
GetConfig Method (IAgAttrConfig)
See Also 
pAttrBuilder
Provides methods to build the attribute container.





Description

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

Syntax

[Visual Basic .NET]
Public Function GetConfig( _
   ByVal pAttrBuilder As AgAttrBuilder _
) As Object

[C#]
public Object GetConfig(
AgAttrBuilder pAttrBuilder
);

[Managed C++]
public: IUnknown^ GetConfig(
AgAttrBuilder ^ pAttrBuilder
);

[Java]
public Object getConfig(
AgAttrBuilder pAttrBuilder
);

[Unmanaged C++]
public: HRESULT GetConfig(
AgAttrBuilder * pAttrBuilder,
IUnknown ** ReturnValue
);

Parameters

pAttrBuilder
Provides methods to build the attribute container.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1