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





Windows & Linux

Description

Get the vector for which representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Vector() As IAgCrdnVector
[C#]
public IAgCrdnVector Vector {get; set;}
[Managed C++]
public: __property IAgCrdnVector ^ get_Vector();
public: __property void set_Vector( IAgCrdnVector );
[Unmanaged C++]
public: HRESULT get_Vector(
    IAgCrdnVector ** ppRetVal
);
public: HRESULT put_Vector(
    IAgCrdnVector Vector
);
[Java]
public IAgCrdnVector getVector();
public void setVector(
    IAgCrdnVector
);
[Python - STK API ]
@property
def Vector(self) -> "IAgCrdnVector":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.