STK AgAsPluginSend comments on this topic.
FormatID Property (IAgAsEphemFileReaderPluginResultReg)
See Also
Windows





Windows & Linux

Description

File Format identification. Cannot contain spaces.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FormatID() As String
[C#]
public string FormatID {get; set;}
[Managed C++]
public: __property String __gc ^ get_FormatID();
public: __property void set_FormatID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FormatID(
    BSTR * pFormatID
);
public: HRESULT put_FormatID(
    BSTR FormatID
);
[Java]
public String getFormatID();
public void setFormatID(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.