CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Checks whether the GeoObject is owned by a BlockRef object.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static bool IsOwnedByBlockRef( IGeoObject toTest ) |
| Visual Basic |
|---|
Public Shared Function IsOwnedByBlockRef ( _ toTest As IGeoObject _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsOwnedByBlockRef( IGeoObject^ toTest ) |
Parameters
- toTest
- Type: CADability.GeoObject..::..IGeoObject