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 * pVal
);
public: HRESULT put_UseObjectAsSeed(
    VARIANT_BOOL UseObjectAsSeed
);
[Java]
public bool getUseObjectAsSeed();
public void setUseObjectAsSeed(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.