WallStyleGetWallStyle Method
|
Namespace: Teigha.Aec.Arch.DatabaseServices
Assembly: TA_MgdArch (in TA_MgdArch.dll)
Version: 0.0.0.0
Syntax
public static ObjectId GetWallStyle(
Database db,
string styleName
)
Public Shared Function GetWallStyle (
db As Database,
styleName As String
) As ObjectId
public:
static ObjectId GetWallStyle(
Database^ db,
String^ styleName
)
static member GetWallStyle :
db : Database *
styleName : string -> ObjectId
Parameters
- db Database
-
- styleName String
-
Return Value
ObjectId
See Also