TableGetBlockAttributeValue(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 col,
ObjectId attributeDefinitionId
)
Public Overridable Function GetBlockAttributeValue (
row As Integer,
col As Integer,
attributeDefinitionId As ObjectId
) As String
public:
virtual String^ GetBlockAttributeValue(
int row,
int col,
ObjectId attributeDefinitionId
)
abstract GetBlockAttributeValue :
row : int *
col : int *
attributeDefinitionId : ObjectId -> string
override GetBlockAttributeValue :
row : int *
col : int *
attributeDefinitionId : ObjectId -> string
Parameters
- row Int32
-
- col Int32
-
- attributeDefinitionId ObjectId
-
Return Value
String
See Also