STK ObjectsSend comments on this topic.
ConstraintOffset Property (IAgVeProfileConstraintOffset)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ConstraintOffset(
    double ConstraintOffset
);
[Java]
public double getConstraintOffset();
public void setConstraintOffset(
    double
);
[Python - STK API ]
@property
def ConstraintOffset(self) -> float:

@ConstraintOffset.setter
def ConstraintOffset(self, ConstraintOffset:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.