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

In This Topic
    PLUGSTRIP_DIAGRAMPAGE(Int32) Property
    In This Topic
    Plugs: Page name of plug diagram # 35201. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_DIAGRAMPAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_DIAGRAMPAGE {
       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 plug diagram for the reported plug. Can be used in reports / forms.

    See Also