STK Vector Geometry ToolSend comments on this topic.
CreateVectorPluginFromDisplayName Method (IAgCrdnVectorFactory)
See Also
VectorName
Specify a vector name. The name must not have spaces.
Description
Specify a component description.
DisplayName
A Display Name of a valid and registered COM Vector Plugin. For more information see
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 IAgCrdnVector
[C#]
public IAgCrdnVector CreateVectorPluginFromDisplayName(
    string VectorName,
    string Description,
    string DisplayName
);
[Managed C++]
public: IAgCrdnVector^ CreateVectorPluginFromDisplayName(
    String __gc ^ VectorName,
    String __gc ^ Description,
    String __gc ^ DisplayName
);
[Unmanaged C++]
public: HRESULT CreateVectorPluginFromDisplayName(
    BSTR VectorName,
    BSTR Description,
    BSTR DisplayName,
    IAgCrdnVector ** ppRetVal
);
[Java]
public IAgCrdnVector createVectorPluginFromDisplayName(
    String VectorName,
    String Description,
    String DisplayName
);
[Python - STK API ]
def CreateVectorPluginFromDisplayName(self, VectorName:str, Description:str, DisplayName:str) -> "IAgCrdnVector":

Parameters

VectorName
Specify a vector name. The name must not have spaces.
Description
Specify a component description.
DisplayName
A Display Name of a valid and registered COM Vector 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.