Difference between revisions of "NET:LavishScriptAPI.LavishScriptObject.GetLSReference"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 5: Line 5:
  
 
=== Fully Qualified Name ===
 
=== Fully Qualified Name ===
; LavishScriptAPI.LavishScript.Objects.GetObject
+
; LavishScriptAPI.LavishScript.Objects.GetLSReference
 
*[[NET:Lavish.InnerSpace.dll#LavishScriptAPI_namespace|LavishScriptAPI namespace]]
 
*[[NET:Lavish.InnerSpace.dll#LavishScriptAPI_namespace|LavishScriptAPI namespace]]
 
** [[NET:Lavish.InnerSpace.dll#LavishScript|LavishScript class]]
 
** [[NET:Lavish.InnerSpace.dll#LavishScript|LavishScript class]]

Latest revision as of 23:38, 16 December 2006

Overview

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishScriptAPI.LavishScript.Objects.GetLSReference

Declaration

public string GetLSReference()

Parameters

None

Return Value

  • string
Retrieves a LavishScript-parsable string that can be used to pass a reference to the object to LavishScript functionality that expects an object

Examples

See Also