MemoryCollection.Item Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > MemoryCollection Class > MemoryCollection Properties > Memory Property >

MemoryCollection.Item Property

BR.AN.PviServices .NET


Gets a memory object by its type

[Visual Basic]

Public Overloads ReadOnly Property Item( _

  ByVal type As MemoryType _

) As Memory

  Public Get

  End Get

End Property

[C#]

public Memory this[

  MemoryType type

] { public get; }

Parameters

type

The type to search for

See Also

MemoryCollection Class | BR.AN.PviServices Namespace | MemoryCollection.Item Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]