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





Windows & Linux

Description

Returns a group of vectors.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Vectors() As IAgCrdnVectorGroup
[C#]
public IAgCrdnVectorGroup Vectors {get;}
[Managed C++]
public: __property IAgCrdnVectorGroup ^ get_Vectors();
[Unmanaged C++]
public: HRESULT get_Vectors(
    IAgCrdnVectorGroup ** ppRetVal
);
[Java]
public IAgCrdnVectorGroup getVectors();
[Python - STK API ]
@property
def Vectors(self) -> "IAgCrdnVectorGroup":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.