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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.