AGI STK Objects 11 Send comments on this topic.
AutoRename Property (IAgPlPosCentralBody)
See Also 
Windows






Windows & Linux

Description

Specify whether the object should automatically be renamed to have the same name as the selected central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoRename() As Boolean

[C#]
public bool AutoRename {get; set;}

[Managed C++]
public: __property bool get_AutoRename();
public: __property void set_AutoRename(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoRename(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoRename(
VARIANT_BOOL NewAutoRename
);

[Java]
public bool getAutoRename();public void setAutoRename(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface