Visual Signal ExternalBase Class Library Documentation
Starts Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataStarts
API version 1.2.2.0

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

Get/Set the starting value of each dimension's coordinate if the coordinate Formats is "Regular". This property is not used if the format is "Indexed". The actual values can be double-precision values, or a System.DateTime objects depending on the IsDateTimes[] status. User must cast to the appropriate type when reading this property.
Declaration Syntax
C#Visual BasicVisual C++
public Object[] Starts { get; set; }
Public Property Starts As Object()
public:
property array<Object^>^ Starts {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}

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