API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_DESTINATION_DBOBJECTID Property / CONNECTION_DESTINATION_DBOBJECTID(Int32) Property

In This Topic
    CONNECTION_DESTINATION_DBOBJECTID(Int32) Property
    In This Topic
    Object identification: Target # 31161. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_DESTINATION_DBOBJECTID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_DESTINATION_DBOBJECTID {
       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..

    See Also