STK Vector Geometry ToolSend comments on this topic.
EntryName Property (IAgCrdnPointSatelliteCollectionEntry)
See Also
Windows





Windows & Linux

Description

Specify a satellite collection entry name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EntryName() As String
[C#]
public string EntryName {get; set;}
[Managed C++]
public: __property String __gc ^ get_EntryName();
public: __property void set_EntryName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_EntryName(
    BSTR * pRetVal
);
public: HRESULT put_EntryName(
    BSTR EntryName
);
[Java]
public String getEntryName();
public void setEntryName(
    String
);
[Python - STK API ]
@property
def EntryName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.