Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class
Members

In This Topic
    NameService3D Class
    In This Topic
    Class for managing the Function3D names (device tags) on the specified InstallationSpace
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.NameService3D

    Syntax
    public class NameService3D 
    public ref class NameService3D 
    Remarks
    When using EPLAN interactively the structure identifiers of a Function 3D on a installation space are adjusted automatically according to the installation space in which the Function 3D is located. In API, the methods of the NameService3D class helps to do this.
    Public Constructors
     NameDescription
    Public ConstructorConstructor. Creates a NameService3D object.  
    Top
    Public Methods
     NameDescription
    Public MethodEvaluates for a given Function3D the full name from the visible name and sets that evaluated value at the function-object  
    Public MethodEvaluates for a given Function3D the visible name and visible name format from the fullname of the function and sets these evaluated values at the function-object  
    Public MethodDestructor  
    Public MethodEvaluates the full name for all placed 3D functions in installation space by calling EvaluateName for all those objects.  
    Public MethodEvaluate the visible names from the full names for all placed 3D functions in installation space.  
    Public MethodMethod evaluates the full name for a Function3D by using the visible device tag of that Function3D and building the full name by graphical search on the installation space where the Function3D is placed.  
    Public Methodstatic (Shared in Visual Basic)Changes the full names of the found device.  
    Public Methodstatic (Shared in Visual Basic)Changes the full names of the function and its children.  
    Public Methodstatic (Shared in Visual Basic)Sets a default device tag to the function.  
    Top
    See Also