STK ObjectsSend comments on this topic.
VertexOffset Property (IAgSnVO)
See Also
Windows





Windows & Linux

Description

Get the sensor's Vertex Offset properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VertexOffset() As IAgSnVOOffset
[C#]
public IAgSnVOOffset VertexOffset {get;}
[Managed C++]
public: __property IAgSnVOOffset ^ get_VertexOffset();
[Unmanaged C++]
public: HRESULT get_VertexOffset(
    IAgSnVOOffset ** ppVal
);
[Java]
public IAgSnVOOffset getVertexOffset();
[Python - STK API ]
@property
def VertexOffset(self) -> "IAgSnVOOffset":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.