Visual Signal ExternalBase Class Library Documentation
Formats Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataFormats
API version 1.2.2.0

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

Get/Set the format of each dimension's coordinate. Currently supported formats are "Regular" and "Indexed". The "Regular" coordinate format requires only Starts and Intervals properties to define the regularly-spaced coordinates; the "Indexed" format requires the Coordinates property to define the array of coordinates.
Declaration Syntax
C#Visual BasicVisual C++
public string[] Formats { get; set; }
Public Property Formats As String()
public:
property array<String^>^ Formats {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)