Gets all the configuration and MQT files from a given layer.
[Visual Basic 6.0] Function GetConfiguration(
ByVal LayerID As Long _
)() As Byte
[Visual Basic .NET] Public Function GetConfiguration ( _ ByVal LayerID As Integer _ ) As Byte[]
[C#] public Byte[] GetConfiguration ( int LayerID );
[Java] public Byte[] getConfiguration ( int LayerID ) throws IOException, AutomationException
[C++]
HRESULT GetConfiguration(
long LayerID,
config* config
);
Parameters
LayerID [in]
LayerID is a parameter of type long
config [out, retval]
config is a parameter of type