Visual Signal ExternalBase Class Library Documentation
IsDateTimes Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataIsDateTimes
API version 1.2.2.0

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

Get/Set whether each dimension's coordinate is encoded DateTime value (True/False).
Declaration Syntax
C#Visual BasicVisual C++
public bool[] IsDateTimes { get; set; }
Public Property IsDateTimes As Boolean()
public:
property array<bool>^ IsDateTimes {
	array<bool>^ get ();
	void set (array<bool>^ value);
}

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