ContextGetInstance(ObjectId, Boolean)
Method
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public static Context GetInstance(
ObjectId blockId,
bool createIfNotExists
)
Public Shared Function GetInstance (
blockId As ObjectId,
createIfNotExists As Boolean
) As Context
public:
static Context^ GetInstance(
ObjectId blockId,
bool createIfNotExists
)
static member GetInstance :
blockId : ObjectId *
createIfNotExists : bool -> Context
Parameters
- blockId ObjectId
-
- createIfNotExists Boolean
-
Return Value
Context
See Also