SymbolUtilityServicesGetBlockNameFromInsertPathName
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static string GetBlockNameFromInsertPathName(
string pathName
)
Public Shared Function GetBlockNameFromInsertPathName (
pathName As String
) As String
public:
static String^ GetBlockNameFromInsertPathName(
String^ pathName
)
static member GetBlockNameFromInsertPathName :
pathName : string -> string
Parameters
- pathName String
-
Return Value
String
See Also