STK Vector Geometry ToolSend comments on this topic.
VectorB Property (IAgCrdnCalcScalarDotProduct)
See Also
Windows





Windows & Linux

Description

Second vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VectorB() As IAgCrdnVector
[C#]
public IAgCrdnVector VectorB {get; set;}
[Managed C++]
public: __property IAgCrdnVector ^ get_VectorB();
public: __property void set_VectorB( IAgCrdnVector );
[Unmanaged C++]
public: HRESULT get_VectorB(
    IAgCrdnVector ** ppRetVal
);
public: HRESULT put_VectorB(
    IAgCrdnVector VectorB
);
[Java]
public IAgCrdnVector getVectorB();
public void setVectorB(
    IAgCrdnVector
);
[Python - STK API ]
@property
def VectorB(self) -> "IAgCrdnVector":

@VectorB.setter
def VectorB(self, VectorB:"IAgCrdnVector") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.