STK ObjectsSend comments on this topic.
AdditionalPoints Property (IAgVeVOBPlaneInstance)
See Also
Windows





Windows & Linux

Description

Returns a collection of additional points

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.