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