LuaPart.DelAttr Method

PartProxy

LuaPartDelAttr Method

Delete a part's attribute (name and value)

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DelAttr(
	string attrName
)
Public Sub DelAttr ( 
	attrName As String
)
public:
void DelAttr(
	String^ attrName
)
member DelAttr : 
        attrName : string -> unit 

Parameters

attrName
Type: SystemString
Name of the attribute.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also