LuaPart.BrotherPrev Property

PartProxy

LuaPartBrotherPrev Property

Get "previus brother" (used in sort tree)

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPart BrotherPrev { get; }
Public ReadOnly Property BrotherPrev As LuaPart
	Get
public:
property LuaPart^ BrotherPrev {
	LuaPart^ get ();
}
member BrotherPrev : LuaPart with get

Property Value

Type: LuaPart
The brother previous.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also