STK ObjectsSend comments on this topic.
IsModelTypeSupported Method (IAgVeHPOPSRPModel)
See Also
SRPModel
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsModelTypeSupported( _
    ByVal SRPModel As AgESRPModel _
) As Boolean
[C#]
public bool IsModelTypeSupported(
    AgESRPModel SRPModel
);
[Managed C++]
public: bool IsModelTypeSupported(
    AgESRPModel SRPModel
);
[Unmanaged C++]
public: HRESULT IsModelTypeSupported(
    AgESRPModel SRPModel,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isModelTypeSupported(
    AgESRPModel SRPModel
);
[Python - STK API ]
def IsModelTypeSupported(self, SRPModel:"AgESRPModel") -> bool:

Parameters

SRPModel

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.