PartProxy
LuaPartAttributes Property |
Gets the attributes.
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public ListDictionary Attributes { get; }
Public ReadOnly Property Attributes As ListDictionary Get
public: property ListDictionary^ Attributes { ListDictionary^ get (); }
member Attributes : ListDictionary with get
Property Value
Type: ListDictionaryThe attributes.

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