CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns an array of objects owned by this object. E.g. a face is owned by a shell.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public virtual IGeoObject[] OwnedItems { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property OwnedItems As IGeoObject() Get |
| Visual C++ |
|---|
public: virtual property array<IGeoObject^>^ OwnedItems { array<IGeoObject^>^ get (); } |