Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / Name Property

In This Topic
    Name Property (PlaceHolder)
    In This Topic
    Gets/Sets the name of the placeholder.
    Syntax
    public virtual string Name {get; set;}
    public:
    virtual property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also