Returns the number of values currently in the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual int Count { get; set; }
Public Overridable Property Count As Integer
Get
Set
public:
virtual property int Count {
int get ();
void set (int value);
}
abstract Count : int with get, set
override Count : int with get, set
Property Value
Type:
Int32Remarks See Also