AGI STK Objects 11Send comments on this topic.
AlignmentOffset Property (IAgVeProfileAlignmentOffset)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_AlignmentOffset(
    double AlignmentOffset
);
[Java]
public double getAlignmentOffset();
public void setAlignmentOffset(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.