Returns the number of values currently in the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic int Count { get; set; }
Public Property Count As Integer
Get
Set
public:
property int Count {
int get ();
void set (int value);
}
member Count : int with get, set
Property Value
Type:
Int32
Remarks
See Also