PartProxy
LuaPartLayerStatus Property |
Set and get layer status
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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: StringThe layer status.

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