STK AgCrdnPluginSend comments on this topic.
SetRefAxes Method (IAgCrdnAxesPluginResultReg)
See Also
Name
SourcePath
Windows





Windows & Linux

Description

Sets the reference axes of the vector.

Syntax

[Visual Basic .NET]
Public Sub SetRefAxes( _
    ByVal Name As String, _
    ByVal SourcePath As String _
)
[C#]
public void SetRefAxes(
    string Name,
    string SourcePath
);
[Managed C++]
public: void SetRefAxes(
    String __gc ^ Name,
    String __gc ^ SourcePath
);
[Unmanaged C++]
public: HRESULT SetRefAxes(
    BSTR Name,
    BSTR SourcePath
);
[Java]
public void setRefAxes(
    String Name,
    String SourcePath
);

Parameters

Name
SourcePath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.