API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / LogicalType Property

In This Topic
    LogicalType Property
    In This Topic
    Logical type of mate.
    Syntax
    public Mate.Enums.LogicalType LogicalType {get; set;}
    public:
    property Mate.Enums.LogicalType LogicalType {
       Mate.Enums.LogicalType get();
       void set (    Mate.Enums.LogicalType value);
    }
    Remarks

    When name of mate is "G1" and LogicalType will be set to Mate.Enums.LogicalType.UserGripPoint then MatchingMateNames is default for type of parent to which this mate will be attach.

    See Also