AGI STK Objects 11 Send comments on this topic.
SetPointingExternalFile Method (IAgSensor)
See Also 
MaskFile
The external file to use for pointing data.
Windows






Windows & Linux

Description

Method to set the external pointing type.

Syntax

[Visual Basic .NET]
Public Sub SetPointingExternalFile( _
   ByVal MaskFile As String _
) 

[C#]
public void SetPointingExternalFile(
string MaskFile
);

[Managed C++]
public: void SetPointingExternalFile(
String __gc ^ MaskFile
);

[Java]
public  setPointingExternalFile(
String MaskFile
);

[Unmanaged C++]
public: HRESULT SetPointingExternalFile(
BSTR MaskFile
);

Parameters

MaskFile
The external file to use for pointing data.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface