API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / DimensionText Property

In This Topic
    DimensionText Property (DimensionItem)
    In This Topic
    Gets the value of DimensionItem.
    Syntax
    public string DimensionText {get; set;}
    public:
    property String^ DimensionText {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when DimensionCalculated is set on true and user wants to change the value
    See Also