Returns the collection of the segment properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property SegmentProperties() As IAgVAScriptingSegmentCollection |
[C#] |
---|
public IAgVAScriptingSegmentCollection SegmentProperties {get;} |
[Managed C++] |
---|
public: __property IAgVAScriptingSegmentCollection ^ get_SegmentProperties(); |
[Unmanaged C++] |
---|
public: HRESULT get_SegmentProperties( IAgVAScriptingSegmentCollection ** ppRetVal ); |
[Java] |
---|
public IAgVAScriptingSegmentCollection getSegmentProperties(); |
[Python - STK API ] |
---|
@property def SegmentProperties(self) -> "IAgVAScriptingSegmentCollection": |