TExternalBaseDllDataStarts Property Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public Object[] Starts { get; set; }

Property Value

Type: Object
See Also

Reference