STK ObjectsSend comments on this topic.
ConstraintVectorForUpVectorBoresight Property (IAgSnPtTrgtBsightTrack)
See Also
Windows





Windows & Linux

Description

The constraint vector for UpVector boresight type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstraintVectorForUpVectorBoresight() As String
[C#]
public string ConstraintVectorForUpVectorBoresight {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConstraintVectorForUpVectorBoresight();
public: __property void set_ConstraintVectorForUpVectorBoresight( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConstraintVectorForUpVectorBoresight(
    BSTR * pVal
);
public: HRESULT put_ConstraintVectorForUpVectorBoresight(
    BSTR pVal
);
[Java]
public String getConstraintVectorForUpVectorBoresight();
public void setConstraintVectorForUpVectorBoresight(
    String
);
[Python - STK API ]
@property
def ConstraintVectorForUpVectorBoresight(self) -> str:

@ConstraintVectorForUpVectorBoresight.setter
def ConstraintVectorForUpVectorBoresight(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.