Class RelativeComponentAlignment<T>
Inheritance
System.Object
RelativeComponentAlignment<T>
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RelativeComponentAlignment<T> : APIBase, IEquatable<APIBase> where T : Component
Type Parameters
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AlignmentAxis
Declaration
public AlignmentAxis AlignmentAxis { get; set; }
Property Value
AxialOffset
Declaration
public RelativeOffsetOption AxialOffset { get; set; }
Property Value
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedOffset
Declaration
public double SpecifiedOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods