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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1