STK X Send comments on this topic.
VendorID Property (IAgUiAxGfxAnalysisCntrl)
See Also 





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
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1