AGI STK VGT 11 Send comments on this topic.
TargetName Property (IAgCrdnPointCovarianceGrazing)
See Also 





Description

Specify a target object about which the covariance ellipsoid is centered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetName() As String

[C#]
public string TargetName {get; set;}

[Managed C++]
public: __property String __gc ^ get_TargetName();
public: __property void set_TargetName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_TargetName(
BSTR * pRetVal
);
public: HRESULT put_TargetName(
BSTR NewTargetName
);

[Java]
public String getTargetName();public void setTargetName(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1