STK Graphics PrimitivesSend comments on this topic.
SceneID Property (IAgStkGraphicsScene)
See Also
Windows





Windows & Linux

Description

Returns the scene identifier.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SceneID() As Integer
[C#]
public int SceneID {get;}
[Managed C++]
public: __property int get_SceneID();
[Unmanaged C++]
public: HRESULT get_SceneID(
    int * pRetVal
);
[Java]
public Integer getSceneID();
[Python - STK API ]
@property
def SceneID(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.