DatabaseIsClipDisplayInPsVportOn
Method
|
Namespace: Bricscad.Global
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public static bool IsClipDisplayInPsVportOn(
ObjectId idEnt,
ObjectId vpId
)
Public Shared Function IsClipDisplayInPsVportOn (
idEnt As ObjectId,
vpId As ObjectId
) As Boolean
public:
static bool IsClipDisplayInPsVportOn(
ObjectId idEnt,
ObjectId vpId
)
static member IsClipDisplayInPsVportOn :
idEnt : ObjectId *
vpId : ObjectId -> bool
Parameters
- idEnt ObjectId
-
- vpId ObjectId
-
Return Value
Boolean
See Also