TableGetBlockAttributeValue(Int32,
Int32, Int32, ObjectId) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual string GetBlockAttributeValue(
int row,
int column,
int contentIndex,
ObjectId attDefId
)
Public Overridable Function GetBlockAttributeValue (
row As Integer,
column As Integer,
contentIndex As Integer,
attDefId As ObjectId
) As String
public:
virtual String^ GetBlockAttributeValue(
int row,
int column,
int contentIndex,
ObjectId attDefId
)
abstract GetBlockAttributeValue :
row : int *
column : int *
contentIndex : int *
attDefId : ObjectId -> string
override GetBlockAttributeValue :
row : int *
column : int *
contentIndex : int *
attDefId : ObjectId -> string
Parameters
- row Int32
-
- column Int32
-
- contentIndex Int32
-
- attDefId ObjectId
-
Return Value
String
See Also