Share

AcDbTable::getColumnName

C++

const ACHAR * getColumnName(
    int nIndex
) const;

Description

This function returns the column name. The column name is optional, so it can be null.

Parameters

Parameters Description
nIndex Input zero based index of the column

Links

AcDbTable

Was this information helpful?