STK Vector Geometry ToolSend comments on this topic.
GridValuesMethod Property (IAgCrdnGridCoordinateDefinition)
See Also
Windows





Windows & Linux

Description

Sets/Returns the grid values interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property GridValuesMethod() As IAgCrdnGridValuesMethod
[C#]
public IAgCrdnGridValuesMethod GridValuesMethod {get;}
[Managed C++]
public: __property IAgCrdnGridValuesMethod ^ get_GridValuesMethod();
[Unmanaged C++]
public: HRESULT get_GridValuesMethod(
    IAgCrdnGridValuesMethod ** ppRetVal
);
[Java]
public IAgCrdnGridValuesMethod getGridValuesMethod();
[Python - STK API ]
@property
def GridValuesMethod(self) -> "IAgCrdnGridValuesMethod":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.