All of the GraphicsFrames that appear on this page in the model
Namespace:
iseesystems.iseeNETAssembly: iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll) Version: 1.0.3315.21357
Syntax
| C# |
|---|
public List<GraphicsFrame> GraphicsFrames { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property GraphicsFrames As List(Of GraphicsFrame) |
| Visual C++ |
|---|
public: property List<GraphicsFrame^>^ GraphicsFrames { List<GraphicsFrame^>^ get (); void set (List<GraphicsFrame^>^ value); } |