[This is preliminary documentation and is subject to change.]

Sets an object's sale information

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetSaleInfo(
	uint localID,
	SaleType saleType,
	int price
)
Public Sub SetSaleInfo ( _
	localID As UInteger, _
	saleType As SaleType, _
	price As Integer _
)
public:
void SetSaleInfo(
	unsigned int localID, 
	SaleType saleType, 
	int price
)

Parameters

localID
UInt32

[Missing <param name="localID"/> documentation for "M:OpenMetaverse.ObjectManager.SetSaleInfo(System.UInt32,OpenMetaverse.SaleType,System.Int32)"]

saleType
SaleType

[Missing <param name="saleType"/> documentation for "M:OpenMetaverse.ObjectManager.SetSaleInfo(System.UInt32,OpenMetaverse.SaleType,System.Int32)"]

price
Int32

[Missing <param name="price"/> documentation for "M:OpenMetaverse.ObjectManager.SetSaleInfo(System.UInt32,OpenMetaverse.SaleType,System.Int32)"]

See Also