STK XSend comments on this topic.
OnObjectEditingApply Event (AgUiAxVOCntrl)
See Also
Path
Windows






Windows & Linux

Description

Triggered when a 3D object editing changes are applied.

Syntax

[Visual Basic .NET]
Public Event OnObjectEditingApply( _
    ByVal Path As String _
) 
[C#]
public void OnObjectEditingApply(
    string Path
);
[Managed C++]
public: void OnObjectEditingApply(
    String __gc ^ Path
);
[Java]
public void onObjectEditingApply(
    String Path
);
[Unmanaged C++]
public: void OnObjectEditingApply(
    BSTR  Path
);

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.