IAgODProvideTrackingDataLib 13Send comments on this topic.
ElmType Property (IAgODTrackerVector)
See Also
Windows





Windows & Linux

Description

Specifies what data is available for the tracker vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElmType() As ETrackerElmType
[C#]
public ETrackerElmType ElmType {get; set;}
[Managed C++]
public: __property ETrackerElmType get_ElmType();
public: __property void set_ElmType( ETrackerElmType );
[Unmanaged C++]
public: HRESULT get_ElmType(
    ETrackerElmType * pVal
);
public: HRESULT put_ElmType(
    ETrackerElmType newVal
);
[Java]
public ETrackerElmType getElmType();
public void setElmType(
    ETrackerElmType
);
[Python - STK API ]
@property
def ElmType(self) -> ETrackerElmType:

@ElmType.setter
def ElmType(self, newVal:ETrackerElmType) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.