Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual ObjectId FieldId(
int row,
int col
)
Public Overridable Function FieldId (
row As Integer,
col As Integer
) As ObjectId
public:
virtual ObjectId FieldId(
int row,
int col
)
abstract FieldId :
row : int *
col : int -> ObjectId
override FieldId :
row : int *
col : int -> ObjectId
Parameters
- row Int32
-
- col Int32
-
Return Value
ObjectId
See Also