STK Vector Geometry ToolSend comments on this topic.
Epoch Property (IAgCrdnAxesSpinning)
See Also
Windows





Windows & Linux

Description

Specify an epoch at which the axes are aligned with the reference axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Epoch() As System.Object
[C#]
public System.Object Epoch {get; set;}
[Managed C++]
public: __property VARIANT get_Epoch();
public: __property void set_Epoch( VARIANT );
[Unmanaged C++]
public: HRESULT get_Epoch(
    VARIANT * pRetVal
);
public: HRESULT put_Epoch(
    VARIANT Epoch
);
[Java]
public AgVariant getEpoch();
public void setEpoch(
    AgVariant
);
[Python - STK API ]
@property
def Epoch(self) -> typing.Any:

@Epoch.setter
def Epoch(self, Epoch:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.