SymbolUtilityServicesGetLinetypeByBlockId
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static ObjectId GetLinetypeByBlockId(
Database databasePointer
)
Public Shared Function GetLinetypeByBlockId (
databasePointer As Database
) As ObjectId
public:
static ObjectId GetLinetypeByBlockId(
Database^ databasePointer
)
static member GetLinetypeByBlockId :
databasePointer : Database -> ObjectId
Parameters
- databasePointer Database
-
Return Value
ObjectId
See Also