AGI AgAttrAutomation 11 Send 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 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface