API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_DEFAULT_ALPHASET Property / FRAME_DEFAULT_ALPHASET(Int32) Property

In This Topic
    FRAME_DEFAULT_ALPHASET(Int32) Property
    In This Topic
    String for alphanumeric # 12032. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_DEFAULT_ALPHASET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_DEFAULT_ALPHASET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    If an alphanumeric column and row numbering format is specified for a plot frame (ID 12009 or ID 12011), then you enter the value of the column or row designations here. The entry '0123456789ABCDEF', for instance, results in hexadecimal designations.

    See Also