AGI AgCrdnPlugin 11 Send comments on this topic.
ConfigurePoint Method (IAgCrdnPluginProvider)
See Also 
PointName
The name of a point in the Vector Geometry Tool
SourceName
The instance identifier that owns the PointName
RefSystemName
The name of a system in the Vector Geometry Tool
RefSystemSourceName
The instance identifier that owns the RefSystemName





Description

Creates an IAgCrdnConfiguredPoint object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigurePoint( _
   ByVal PointName As String, _
   ByVal SourceName As String, _
   ByVal RefSystemName As String, _
   ByVal RefSystemSourceName As String _
) As AgCrdnConfiguredPoint

[C#]
public AgCrdnConfiguredPoint ConfigurePoint(
string PointName,
string SourceName,
string RefSystemName,
string RefSystemSourceName
);

[Managed C++]
public: AgCrdnConfiguredPoint^ ConfigurePoint(
String __gc ^ PointName,
String __gc ^ SourceName,
String __gc ^ RefSystemName,
String __gc ^ RefSystemSourceName
);

[Java]
public AgCrdnConfiguredPoint configurePoint(
String PointName,
String SourceName,
String RefSystemName,
String RefSystemSourceName
);

[Unmanaged C++]
public: HRESULT ConfigurePoint(
BSTR PointName,
BSTR SourceName,
BSTR RefSystemName,
BSTR RefSystemSourceName,
AgCrdnConfiguredPoint ** ReturnValue
);

Parameters

PointName
The name of a point in the Vector Geometry Tool
SourceName
The instance identifier that owns the PointName
RefSystemName
The name of a system in the Vector Geometry Tool
RefSystemSourceName
The instance identifier that owns the RefSystemName

Return Type

An interface to a Point from the Vector Geometry Tool

Remarks

The computational methods of the returned interface compute the location of the point with respect to the RefSystemName.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1