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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1