Interface INamedObject
Defines a named object in the api.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public interface INamedObject
Properties
Name
Gets the name of the named object.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |