This is the list of Interfaces provided by ABAQUS Commands Repository.
IAbaqusKeywordArgument
{
string Key();
string Value();
};
IAbaqusKeywordArgumentColl
{
int Count();
IAbaqusKeywordArgument Item(uint index);
};
IAbaqusKeywordDataLine
{
int Count();
string Item(uint index);
};
IAbaqusKeywordDataLineColl
{
int Count();
IAbaqusKeywordDataLine Item(uint index);
};
IAbaqusKeyword : public ICommand
{
IAbaqusKeywordArgumentColl Arguments();
IAbaqusKeywordDataLineColl DataLines();
};