AuditReportIsSkipped(Entity) Method
|
Namespace: Bricscad.DirectModeling
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public bool IsSkipped(
Entity entity
)
Public Function IsSkipped (
entity As Entity
) As Boolean
public:
bool IsSkipped(
Entity^ entity
)
member IsSkipped :
entity : Entity -> bool
Parameters
- entity Entity
-
Return Value
Boolean
See Also