IAcadMLeaderGetBlockAttributeValue Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
string GetBlockAttributeValue(
long attdefId
)
Function GetBlockAttributeValue (
attdefId As Long
) As String
String^ GetBlockAttributeValue(
[InAttribute] long long attdefId
)
abstract GetBlockAttributeValue :
attdefId : int64 -> string
Parameters
- attdefId
- Type: SystemInt64
Return Value
Type:
String
See Also