API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY Property / SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY(Int32) Property

In This Topic
    SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY(Int32) Property
    In This Topic
    Use first variant of connection definition point symbol # 16030. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_CABLE_RELATED_VDP_SYMBOL_ID_USE_1ST_VARIANT_ONLY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    The corresponding variants are normally always used when placing cable symbols and their relevant connection definition point symbols. If this property is enabled, the first variant of the connection definition point symbol is always used when placing or moving the cable symbol.

    See Also