STK ObjectsSend 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 * pVal
);
public: HRESULT put_AutoRename(
    VARIANT_BOOL pVal
);
[Java]
public bool getAutoRename();
public void setAutoRename(
    bool
);
[Python - STK API ]
@property
def AutoRename(self) -> bool:

@AutoRename.setter
def AutoRename(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.