PowerTools SPREAD for Windows Forms 10.0J
Remove メソッド (LightCollection)


削除する光源。
指定した光源をコレクションから削除します。
構文
'Declaration
 
Public Function Remove( _
   ByVal item As Light _
) As Boolean
'使用法
 
Dim instance As LightCollection
Dim item As Light
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   Light item
)

パラメータ

item
削除する光源。

戻り値の型

itemがコレクションから正常に削除された場合はtrue、それ以外の場合はfalse。
参照

LightCollection クラス
LightCollection メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.