CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Overrides IGeoObjectImpl.IsAttributeUsed(Object) and implements IGeoObject.IsAttributeUsed(Object).
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public override bool IsAttributeUsed( Object Attribute ) |
| Visual Basic |
|---|
Public Overrides Function IsAttributeUsed ( _ Attribute As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool IsAttributeUsed( Object^ Attribute ) override |
Parameters
- Attribute
- Type: System..::..Object
see IsAttributeUsed(Object)