Gets the name of the worksession - the worksession (.rws) file name
without its path or extension. Returns an empty string if there is no
worksession file open, or the active worksession has not yet been saved;
it is up to the caller to decide what to display in that case.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
Property Value
Type:
String
See Also