AGI STK Objects 11 Send comments on this topic.
ConstraintOffset Property (IAgVeProfileConstraintOffset)
See Also 





Description

Value of offset angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstraintOffset() As Double

[C#]
public double ConstraintOffset {get; set;}

[Managed C++]
public: __property double get_ConstraintOffset();
public: __property void set_ConstraintOffset(
double
);

[Unmanaged C++]
public: HRESULT get_ConstraintOffset(
double * pRetVal
);
public: HRESULT put_ConstraintOffset(
double NewConstraintOffset
);

[Java]
public double getConstraintOffset();public void setConstraintOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1