Stores the underlying geometry
Namespace: Visualisierung_BSP2Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public FlowGeometry Geometry { get; set; } |
| Visual Basic |
|---|
Public Property Geometry As FlowGeometry Get Set |
| Visual C++ |
|---|
public: property FlowGeometry^ Geometry { FlowGeometry^ get (); void set (FlowGeometry^ value); } |