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





Windows & Linux

Description

Specify the object instance to use as a grid seed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SeedInstance() As String
[C#]
public string SeedInstance {get; set;}
[Managed C++]
public: __property String __gc ^ get_SeedInstance();
public: __property void set_SeedInstance( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SeedInstance(
    BSTR * pRetVal
);
public: HRESULT put_SeedInstance(
    BSTR InVal
);
[Java]
public String getSeedInstance();
public void setSeedInstance(
    String
);
[Python - STK API ]
@property
def SeedInstance(self) -> str:

@SeedInstance.setter
def SeedInstance(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.