API Help
Eplan.EplApi.MasterData Namespace / MDPartPartConstructionPosition Class / Name Property

In This Topic
    Name Property (MDPartPartConstructionPosition)
    In This Topic
    The name of the referenced construction.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also