STK ObjectsSend comments on this topic.
GridClass Property (IAgCvPointDefinition)
See Also
Windows





Windows & Linux

Description

Class of object used to define grid points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GridClass() As AgECvGridClass
[C#]
public AgECvGridClass GridClass {get; set;}
[Managed C++]
public: __property AgECvGridClass get_GridClass();
public: __property void set_GridClass( AgECvGridClass );
[Unmanaged C++]
public: HRESULT get_GridClass(
    AgECvGridClass * pVal
);
public: HRESULT put_GridClass(
    AgECvGridClass GridClass
);
[Java]
public AgECvGridClass getGridClass();
public void setGridClass(
    AgECvGridClass
);
[Python - STK API ]
@property
def GridClass(self) -> "AgECvGridClass":

@GridClass.setter
def GridClass(self, GridClass:"AgECvGridClass") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.