Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / Name Property

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