PartProxy
LuaPartSetAttr Method |
Set the part attribute
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetAttr( string attrName, string attrValue )
Public Sub SetAttr ( attrName As String, attrValue As String )
public: void SetAttr( String^ attrName, String^ attrValue )
member SetAttr : attrName : string * attrValue : string -> unit
Parameters
- attrName
- Type: SystemString
Name of the attribute. - attrValue
- Type: SystemString
The attribute value.
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | Unable to call the method on part. |
See Also