Click or drag to resize

Text Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:dss_sharp.Text"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class Text : ContextState

The Text type exposes the following members.

Constructors
  NameDescription
Public methodText
Initializes a new instance of the Text class
Top
Properties
  NameDescription
Public propertyCommand
Input command string for the DSS.
Public propertyResult
Result string for the last command.
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodCommands(String)
Runs a large string as commands directly in the DSS engine. Intermediate results are ignored. (API Extensions)
Public methodCommands(String)
Runs a list of strings as commands directly in the DSS engine. Intermediate results are ignored. (API Extensions)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also