RVTDocs.com

TableSectionData.InsertImage

Method
Description:
Inserts a image in the given cell.
Syntax
public void InsertImage(
	int nRow,
	int nColumn,
	ElementId imageSymbolId
)
Parameters
Parameter Type Description
nRow Int32 The given row index.
nColumn Int32 The given column index.
imageSymbolId ElementId The element id of the image symbol.
Return Value
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The given column number nColumn is invalid. -or- The image symbol id doesn't represent a valid image symbol element.
ArgumentNullException A non-optional argument was null