Click or drag to resize

LineSpacings Class

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

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

Inheritance Hierarchy

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

The LineSpacings type exposes the following members.

Constructors
  NameDescription
Public methodLineSpacings
Initializes a new instance of the LineSpacings class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all LineSpacing names in the circuit.
Public propertyCount
Number of LineSpacing objects in active circuit.
Public propertyFirst
Sets the first LineSpacing active. Returns 0 if no more.
Public propertyidx
Get/set active LineSpacing by index; index is 1-based: 1..count
Public propertyName
Sets the active LineSpacing by Name.
Public propertyNconds
Public propertyNext
Sets the next LineSpacing active. Returns 0 if no more.
Public propertyPhases
Number of Phases
Public propertyUnits
Public propertyXcoords
Get/Set the X (horizontal) coordinates of the conductors
Public propertyYcoords
Get/Set the Y (vertical/height) coordinates of the conductors
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 methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also