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

In This Topic
    FUNC_MANUALCROSSREFERENCE(Int32) Property
    In This Topic
    Manual cross-reference # 20302. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_MANUALCROSSREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_MANUALCROSSREFERENCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Manually assigned cross-reference, displayed before all other cross-references.

    See Also