AGI STK Objects 11Send 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 NewSeedInstance
);
[Java]
public String getSeedInstance();public void setSeedInstance(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.