LuaPart.IsTop Property

PartProxy

LuaPartIsTop Property

Check whether the part is TOP or not

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

Property Value

Type: Boolean
true if this instance is top; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also