SoPathListContains Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool Contains(
SoPath value
)
Public Function Contains (
value As SoPath
) As Boolean
public:
bool Contains(
SoPath^ value
)
member Contains :
value : SoPath -> bool
Parameters
- value
- Type: OIV.InventorSoPath
Return Value
Type:
BooleanSee Also