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)

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: LuaPartThe brother previous.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
