Click or drag to resize

DSSElement Class

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

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

Inheritance Hierarchy

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

The DSSElement type exposes the following members.

Constructors
  NameDescription
Public methodDSSElement
Initializes a new instance of the DSSElement class
Top
Properties
  NameDescription
Public propertyAllPropertyNames
Array of strings containing the names of all properties for the active DSS object.
Public propertyName
Full Name of Active DSS Object (general element or circuit element).
Public propertyNumProperties
Number of Properties for the active DSS object.
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
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 methodToJSON
Returns the properties of the active DSS object as a JSON-encoded string. The `options` parameter contains bit-flags to toggle specific features. See `Obj_ToJSON` (C-API) for more. (API Extension)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Public fieldProperties
Top
See Also