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






Windows & Linux

Description

Gets or sets the desired time component.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Component() As String
[C#]
public string Component {get; set;}
[Managed C++]
public: __property String __gc ^ get_Component();
public: __property void set_Component(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Component(
   BSTR * pRetVal
);
public: HRESULT put_Component(
   BSTR NewComponent
);
[Java]
public String getComponent();
public void setComponent(
   String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.