AcadTableClassSetFieldId232 Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void SetFieldId232(
int nRow,
int nCol,
int nContent,
int acDbObjectId,
AcCellOption nflag
)
Public Overridable Sub SetFieldId232 (
nRow As Integer,
nCol As Integer,
nContent As Integer,
acDbObjectId As Integer,
nflag As AcCellOption
)
public:
virtual void SetFieldId232(
[InAttribute] int nRow,
[InAttribute] int nCol,
[InAttribute] int nContent,
[InAttribute] int acDbObjectId,
[InAttribute] AcCellOption nflag
)
abstract SetFieldId232 :
nRow : int *
nCol : int *
nContent : int *
acDbObjectId : int *
nflag : AcCellOption -> unit
override SetFieldId232 :
nRow : int *
nCol : int *
nContent : int *
acDbObjectId : int *
nflag : AcCellOption -> unit
Parameters
- nRow
- Type: SystemInt32
- nCol
- Type: SystemInt32
- nContent
- Type: SystemInt32
- acDbObjectId
- Type: SystemInt32
- nflag
- Type: BricscadDbAcCellOption
Implements
IAcadTableSetFieldId232(Int32, Int32, Int32, Int32,
AcCellOption)
See Also