AGI STK Objects 11 Send comments on this topic.
SeedInstance Property (IAgCvPointDefinition)
See Also 





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 NewSeedInstance
);

[Java]
public String getSeedInstance();public void setSeedInstance(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1