SoFieldListContains Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool Contains(
SoField value
)
Public Function Contains (
value As SoField
) As Boolean
public:
bool Contains(
SoField^ value
)
member Contains :
value : SoField -> bool
Parameters
- value
- Type: OIV.Inventor.FieldsSoField
Return Value
Type:
BooleanSee Also