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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1