STK Vector Geometry ToolSend comments on this topic.
GetTimeComponent Method (IAgCrdnEventIntervalListMerged)
See Also
Pos
Windows





Windows & Linux

Description

Gets time component at given position.

Syntax

[Visual Basic .NET]
Public Function GetTimeComponent( _
    ByVal Pos As Integer _
) As String
[C#]
public string GetTimeComponent(
    int Pos
);
[Managed C++]
public: String __gc ^ GetTimeComponent(
    int Pos
);
[Unmanaged C++]
public: HRESULT GetTimeComponent(
    int Pos,
    BSTR * pRetVal
);
[Java]
public String getTimeComponent(
    Integer Pos
);
[Python - STK API ]
def GetTimeComponent(self, Pos:int) -> str:

Parameters

Pos

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.