Index Property (MDSymbolVariant)
In This Topic
Returns the index of the symbol variant.
Syntax
public sbyte Index {get; set;}
public:
property sbyte Index {
sbyte get();
void set ( sbyte value);
}
Property Value
Index ob the MDSymbolVariant.
See Also