STK Vector Geometry ToolSend comments on this topic.
CreateVectorPluginFromDisplayName Method (IAgCrdnVectorFactory)
See Also
VectorName
Description
DisplayName
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function CreateVectorPluginFromDisplayName( _
    ByVal VectorName As String, _
    ByVal Description As String, _
    ByVal DisplayName As String _
) As 
[C#]
public IAgCrdnVector CreateVectorPluginFromDisplayName(
    string VectorName,
    string Description,
    string DisplayName
);
[Managed C++]
public: IAgCrdnVector^ CreateVectorPluginFromDisplayName(
    String __gc ^ VectorName,
    String __gc ^ Description,
    String __gc ^ DisplayName
);
[Java]
public IAgCrdnVector createVectorPluginFromDisplayName(
    String VectorName,
    String Description,
    String DisplayName
);
[Unmanaged C++]
public: HRESULT CreateVectorPluginFromDisplayName(
    BSTR VectorName,
    BSTR Description,
    BSTR DisplayName,
    IAgCrdnVector ** ppRetVal
);

Parameters

VectorName
Description
DisplayName

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.