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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.