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






Windows & Linux

Description

Use the selected object as the grid seed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseObjectAsSeed() As Boolean
[C#]
public bool UseObjectAsSeed {get; set;}
[Managed C++]
public: __property bool get_UseObjectAsSeed();
public: __property void set_UseObjectAsSeed(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseObjectAsSeed(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseObjectAsSeed(
   VARIANT_BOOL NewUseObjectAsSeed
);
[Java]
public bool getUseObjectAsSeed();public void setUseObjectAsSeed(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.