STK Vector Geometry ToolSend comments on this topic.
CreatePointPluginFromDisplayName Method (IAgCrdnPointFactory)
See Also
PointName
Description
DisplayName
Windows






Windows & Linux

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 
[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 ** ppRetVal
);

Parameters

PointName
Description
DisplayName

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.