AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.