PartProxy
LuaPartGetAttr Method |
Get the part Attribute
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public string GetAttr( string attrName )
Public Function GetAttr ( attrName As String ) As String
public: String^ GetAttr( String^ attrName )
member GetAttr : attrName : string -> string
Parameters
- attrName
- Type: SystemString
Name of the attribute.
Return Value
Type: StringSystem.String.

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