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





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 * pRetVal
);
public: HRESULT put_GridClass(
AgECvGridClass NewGridClass
);

[Java]
public AgECvGridClass getGridClass();public void setGridClass(
AgECvGridClass
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1