STK Vector Geometry ToolSend comments on this topic.
SetGridValuesCustom Method (IAgCrdnGridCoordinateDefinition)
See Also
Values
Windows





Windows & Linux

Description

Sets grid values type to custom values.

Syntax

[Visual Basic .NET]
Public Function SetGridValuesCustom( _
    ByVal Values As System.Array _
) As IAgCrdnGridValuesCustom
[C#]
public IAgCrdnGridValuesCustom SetGridValuesCustom(
    System.Array Values
);
[Managed C++]
public: IAgCrdnGridValuesCustom^ SetGridValuesCustom(
    System::Array ^ Values
);
[Unmanaged C++]
public: HRESULT SetGridValuesCustom(
    SAFEARRAY * * Values,
    IAgCrdnGridValuesCustom ** ppRetVal
);
[Java]
public IAgCrdnGridValuesCustom setGridValuesCustom(
    AgSafeArray Values
);
[Python - STK API ]
def SetGridValuesCustom(self, Values:list) -> "IAgCrdnGridValuesCustom":

Parameters

Values

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.