Method |
Description |
---|
AcDbTable::value (int, int) |
Returns the content type of the content at the specified content index. |
AcDbTable::value (int, int, int, AcValue::FormatOption) |
Gets the value of the content at the specified content index.Returns the content type of the content at the specified content index.Only the following values of FormatOption enum are valid for this function. All the other values will be ignored.kFormatOptionNone: Gets the original valuekIgnoreMTextFormat: If the value is text strips out the MText formatting code from the text. If the value is not text this option is ignored. |
AcDbTable::value (int, int, int) |
Returns the content type of the content at the specified content index. |