Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoPath this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As SoPath
Get
Set
public:
property SoPath^ default[int index] {
SoPath^ get (int index);
void set (int index, SoPath^ value);
}
member Item : SoPath with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
SoPathSee Also