AGI STK VGT 11 Send comments on this topic.
CreatePointPluginFromDisplayName Method (IAgCrdnPointFactory)
See Also 
PointName
Specify a point name.
Description
Specify a component description.
DisplayName
A Display Name of a valid and registered COM Point Plugin. For more information see





Description

Create a point component based on a COM point plugin. For information how to implement and register VGT plugins, see

Syntax

[Visual Basic .NET]
Public Function CreatePointPluginFromDisplayName( _
   ByVal PointName As String, _
   ByVal Description As String, _
   ByVal DisplayName As String _
) As IAgCrdnPoint

[C#]
public IAgCrdnPoint CreatePointPluginFromDisplayName(
string PointName,
string Description,
string DisplayName
);

[Managed C++]
public: IAgCrdnPoint^ CreatePointPluginFromDisplayName(
String __gc ^ PointName,
String __gc ^ Description,
String __gc ^ DisplayName
);

[Java]
public IAgCrdnPoint createPointPluginFromDisplayName(
String PointName,
String Description,
String DisplayName
);

[Unmanaged C++]
public: HRESULT CreatePointPluginFromDisplayName(
BSTR PointName,
BSTR Description,
BSTR DisplayName,
IAgCrdnPoint ** ReturnValue
);

Parameters

PointName
Specify a point name.
Description
Specify a component description.
DisplayName
A Display Name of a valid and registered COM Point Plugin. For more information see

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1