AuditReportIsSkipped Method (Entity)
|
Namespace: Bricscad.DirectModeling
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
- Type: Teigha.DatabaseServicesEntity
Return Value
Type:
Boolean
See Also