AGI STK Objects 11Send comments on this topic.
ConstrainedVectorReference Property (IAgVeTargetPointingElement)
See Also 
Windows






Windows & Linux

Description

The reference for the constrained vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstrainedVectorReference() As String
[C#]
public string ConstrainedVectorReference {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConstrainedVectorReference();
public: __property void set_ConstrainedVectorReference(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_ConstrainedVectorReference(
   BSTR * pRetVal
);
public: HRESULT put_ConstrainedVectorReference(
   BSTR NewConstrainedVectorReference
);
[Java]
public String getConstrainedVectorReference();
public void setConstrainedVectorReference(
   String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.