LuaPart.LayerStatus Property

PartProxy

LuaPartLayerStatus Property

Set and get layer status

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string LayerStatus { get; set; }
Public Property LayerStatus As String
	Get
	Set
public:
property String^ LayerStatus {
	String^ get ();
	void set (String^ value);
}
member LayerStatus : string with get, set

Property Value

Type: String
The layer status.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on part. or Unable to call the method on part.
See Also