AGI STK VGT 11 Send comments on this topic.
SourcePoint Property (IAgCrdnPointAtTimeInstant)
See Also 
Windows






Windows & Linux

Description

A source point. Can be any VGT point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SourcePoint() As IAgCrdnPoint

[C#]
public IAgCrdnPoint SourcePoint {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_SourcePoint();
public: __property void set_SourcePoint(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_SourcePoint(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_SourcePoint(
IAgCrdnPoint * pNewSourcePoint
);

[Java]
public IAgCrdnPoint getSourcePoint();public void setSourcePoint(
IAgCrdnPoint
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface