STK Vector Geometry ToolSend 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 TargetName
);
[Java]
public String getTargetName();
public void setTargetName(
    String
);
[Python - STK API ]
@property
def TargetName(self) -> str:

@TargetName.setter
def TargetName(self, TargetName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.