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)
Syntaxpublic ListDictionary GetAllAttr()
Public Function GetAllAttr As ListDictionary
public: ListDictionary^ GetAllAttr()
member GetAllAttr : unit -> ListDictionary
Return Value
Type: ListDictionaryListDictionary.
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | Unable to call the method on part. |
| Exception | Unable to call the method on part. |
See Also