AuditReportIsFixed Method (Entity)
|
Namespace: Bricscad.DirectModeling
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public bool IsFixed(
Entity entity
)
Public Function IsFixed (
entity As Entity
) As Boolean
public:
bool IsFixed(
Entity^ entity
)
member IsFixed :
entity : Entity -> bool
Parameters
- entity
- Type: Teigha.DatabaseServicesEntity
Return Value
Type:
Boolean
See Also