CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the owner of this GeoObject. Each GeoObject has only one owner.
This might be a Model or a GeoObject derived from Block.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
IGeoObjectOwner Owner { get; set; } |
| Visual Basic |
|---|
Property Owner As IGeoObjectOwner Get Set |
| Visual C++ |
|---|
property IGeoObjectOwner^ Owner { IGeoObjectOwner^ get (); void set (IGeoObjectOwner^ value); } |