API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION_EXTERNALCROSSREFERENCE Property / FUNCTION_EXTERNALCROSSREFERENCE(Int32) Property

In This Topic
    FUNCTION_EXTERNALCROSSREFERENCE(Int32) Property
    In This Topic
    Cross-reference (external) # 25102. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION_EXTERNALCROSSREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_EXTERNALCROSSREFERENCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also