STK ObjectsSend comments on this topic.
AvailableSeeds Property (IAgCvPointDefinition)
See Also
Windows





Windows & Linux

Description

Available object instances to use as a grid seed.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableSeeds() As System.Array
[C#]
public System.Array AvailableSeeds {get;}
[Managed C++]
public: __property System::Array get_AvailableSeeds();
[Unmanaged C++]
public: HRESULT get_AvailableSeeds(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableSeeds();
[Python - STK API ]
@property
def AvailableSeeds(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.