LuaPart.GetAttr Method

PartProxy

LuaPartGetAttr Method

Get the part Attribute

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