You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plotly.NET/Layout/ObjectAbstractions/3D/Scene.fs
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,3 +102,64 @@ type Scene() =
102
102
ZAxis |> DynObj.setValueOpt scene "zaxis"
103
103
104
104
scene)
105
+
106
+
/// <summary>
107
+
/// Returns Some(dynamic member value) of the trace object's underlying DynamicObj when a dynamic member eith the given name exists, and None otherwise.
108
+
/// </summary>
109
+
/// <param name="propName">The name of the dynamic member to get the value of</param>
110
+
/// <param name="scene">The trace to get the dynamic member value from</param>
0 commit comments