Returns the number of values currently in the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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