API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / Name Property

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