Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this ConfigurationCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract DataFormat AnalogDataFormat { get; set; }
Public MustOverride Property AnalogDataFormat As DataFormat Get Set
public: virtual property DataFormat AnalogDataFormat { DataFormat get () abstract; void set (DataFormat value) abstract; }