STK Graphics PrimitivesSend comments on this topic.
Contains Method (IAgStkGraphicsModelArticulation)
See Also
Name
The name of the ModelTransformation.
Windows





Windows & Linux

Description

Returns true if the collection contains the transformation.

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal Name As String _
) As Boolean
[C#]
public bool Contains(
    string Name
);
[Managed C++]
public: bool Contains(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR Name,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    String Name
);
[Python - STK API ]
def Contains(self, Name:str) -> bool:

Parameters

Name
The name of the ModelTransformation.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.