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

In This Topic
    FUNC_NOOFCROSSREFERENCESINBLOCK(Int32) Property
    In This Topic
    Cross-reference display: Number of rows / columns # 20050. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_NOOFCROSSREFERENCESINBLOCK( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_NOOFCROSSREFERENCESINBLOCK {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    If a row or column display of the cross-reference is set, then the number of rows or columns is defined here.

    See Also