IAcadMLeaderGetBlockAttributeValue32
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
string GetBlockAttributeValue32(
        int attdefId
)
 
Function GetBlockAttributeValue32 ( 
        attdefId As Integer
) As String
 
String^ GetBlockAttributeValue32(
        [InAttribute] int attdefId
)
 
abstract GetBlockAttributeValue32 : 
        attdefId : int -> string 
 
 
 
Parameters
- attdefId  Int32
 
-  
 
Return Value
String
 
See Also