FamilySizeTableErrorInfo.InvalidColumnIndex Property

FamilySizeTableErrorInfoInvalidColumnIndex Property

The index of the invalid column.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int InvalidColumnIndex { get; }
Public ReadOnly Property InvalidColumnIndex As Integer
	Get
public:
property int InvalidColumnIndex {
	int get ();
}
member InvalidColumnIndex : int with get

Property Value

Int32
See Also