API Help
Eplan.EplApi.DataModel Namespace / Location Class / Name Property

In This Topic
    Name Property (Location)
    In This Topic
    Gets name of location.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when location is not created.
    See Also