API Help
Eplan.EplApi.DataModel.EObjects Namespace / PlugStripPropertyList Class / PLUGSTRIP_CONNECTIONDIAGRAMPAGE Property / PLUGSTRIP_CONNECTIONDIAGRAMPAGE(Int32) Property

In This Topic
    PLUGSTRIP_CONNECTIONDIAGRAMPAGE(Int32) Property
    In This Topic
    Plugs: Page name of pin-connection diagram # 35202. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_CONNECTIONDIAGRAMPAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_CONNECTIONDIAGRAMPAGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the first page of the pin-connection diagram for the reported plug. Can be used in reports / forms.

    See Also