CADability dotNET Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public SimpleShape[] SimpleShapes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SimpleShapes As SimpleShape() Get |
| Visual C++ |
|---|
public: property array<SimpleShape^>^ SimpleShapes { array<SimpleShape^>^ get (); } |