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

In This Topic
    RotationType Property
    In This Topic
    Rotation type which this mate force while snapping.
    Syntax
    public Mate.Enums.RotationType RotationType {get; set;}
    public:
    property Mate.Enums.RotationType RotationType {
       Mate.Enums.RotationType get();
       void set (    Mate.Enums.RotationType value);
    }
    See Also