LuaPart.Attributes Property

PartProxy

LuaPartAttributes Property

Gets the attributes.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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: ListDictionary
The attributes.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also