API Help
Eplan.EplApi.DataModel Namespace / SymbolReferencePropertyList Class / INSTANCE_FULLPLACEMENTLOCATION Property / INSTANCE_FULLPLACEMENTLOCATION(Int32) Property

In This Topic
    INSTANCE_FULLPLACEMENTLOCATION(Int32) Property
    In This Topic
    Placement # 19007. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INSTANCE_FULLPLACEMENTLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_FULLPLACEMENTLOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the full placement consisting of page, internal column and internal row (these do not reflect the column and row numbers). For functions and interruption points, the own cross-reference is output.

    See Also