Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsTrajectoryTypeSupported( _ ByVal Trajectory As AgEVePropagatorType _ ) As |
[C#] |
---|
public bool IsTrajectoryTypeSupported( AgEVePropagatorType Trajectory ); |
[Managed C++] |
---|
public: bool IsTrajectoryTypeSupported( AgEVePropagatorType Trajectory ); |
[Java] |
---|
public bool isTrajectoryTypeSupported( AgEVePropagatorType Trajectory ); |
[Unmanaged C++] |
---|
public: HRESULT IsTrajectoryTypeSupported( AgEVePropagatorType Trajectory, VARIANT_BOOL * pRetVal ); |
- Trajectory
Determine if trajectory type is supported
[C#] | ||
---|---|---|
|
Determine if trajectory type is supported
[Visual Basic .NET] | ||
---|---|---|
|