Description
Value of offset angle. Uses Angle
Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AlignmentOffset() As Double
|
[C#] |
public double AlignmentOffset {get; set;}
|
[Managed C++] |
public: __property double get_AlignmentOffset();
public: __property void set_AlignmentOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_AlignmentOffset(
double * pRetVal
);
public: HRESULT put_AlignmentOffset(
double NewAlignmentOffset
);
|
[Java] |
public double getAlignmentOffset();public void setAlignmentOffset(
double
);
|
See Also