API Help
Eplan.EplApi.EServices.Ged Namespace / InteractionAttribute Class / Name Property

In This Topic
    Name Property (InteractionAttribute)
    In This Topic
    Name under interaction will be registered.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also