STK XSend comments on this topic.
VendorID Property (AgUiAxGfxAnalysisCntrl)
See Also  Example
Windows






Windows & Linux

Description

The identifier of the vendor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VendorID() As String
[C#]
public string VendorID {get; set;}
[Managed C++]
public: __property String __gc ^ get_VendorID();
public: __property void set_VendorID(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_VendorID(
   BSTR * pRetVal
);
public: HRESULT put_VendorID(
   BSTR NewVendorID
);
[Java]
public String getVendorID();public void setVendorID(
   String
);

Example

[Visual Basic .NET]Copy Code
AxAgUiAxGfxAnalysisCntrl1.VendorID = "MyCompany Vendor ID"

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.