STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseGridSeed(
    VARIANT_BOOL UseGridSeed
);
[Java]
public bool getUseGridSeed();
public void setUseGridSeed(
    bool
);
[Python - STK API ]
@property
def UseGridSeed(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.