STK ObjectsSend comments on this topic.
SegmentName Property (IAgVeSPICESegment)
See Also
Windows





Windows & Linux

Description

Get the segment name.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SegmentName() As String
[C#]
public string SegmentName {get;}
[Managed C++]
public: __property String __gc ^ get_SegmentName();
[Unmanaged C++]
public: HRESULT get_SegmentName(
    BSTR * pVal
);
[Java]
public String getSegmentName();
[Python - STK API ]
@property
def SegmentName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.