AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_AlignmentOffset(
double NewAlignmentOffset
);

[Java]
public double getAlignmentOffset();public void setAlignmentOffset(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface