STK AgCrdnPluginSend comments on this topic.
SetRefSystem Method (IAgCrdnPointPluginResultReg)
See Also
Name
SourcePath
Windows





Windows & Linux

Description

Sets the reference system for the point.

Syntax

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

Parameters

Name
SourcePath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.