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





Description

Select an object instance for the grid seed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseGridSeed() As Boolean

[C#]
public bool UseGridSeed {get; set;}

[Managed C++]
public: __property bool get_UseGridSeed();
public: __property void set_UseGridSeed(
bool
);

[Unmanaged C++]
public: HRESULT get_UseGridSeed(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseGridSeed(
VARIANT_BOOL NewUseGridSeed
);

[Java]
public bool getUseGridSeed();public void setUseGridSeed(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1