STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseObjectAsSeed(self) -> bool:

@UseObjectAsSeed.setter
def UseObjectAsSeed(self, UseObjectAsSeed:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.