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)

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.

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