LuaPart.GetAllAttr Method

PartProxy

LuaPartGetAllAttr Method

Get a list with all part Attributes

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ListDictionary GetAllAttr()
Public Function GetAllAttr As ListDictionary
public:
ListDictionary^ GetAllAttr()
member GetAllAttr : unit -> ListDictionary 

Return Value

Type: ListDictionary
ListDictionary.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
ExceptionUnable to call the method on part.
See Also