Click or drag to resize

PlotConfig Class

[Missing <summary> documentation for "T:RAYLASE.PDA.API.PlotConfig"]

Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIPlotConfig

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntax
C#
public sealed class PlotConfig : IMessage<PlotConfig>, 
	IMessage, IEquatable<PlotConfig>, IDeepCloneable<PlotConfig>, 
	IBufferMessage

The PlotConfig type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyBuildInSignal 
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyPlot 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(PlotConfig) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(PlotConfig) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberBuildInSignalFieldNumberField number for the "build_in_signal" field.
Public fieldStatic memberPlotFieldNumberField number for the "plot" field.
Top
See Also