AGI STK VGT 11Send comments on this topic.
CreateVolumeInview Method (IAgCrdnVolumeFactory)
See Also
Name
Description
Windows






Windows & Linux

Description

Creates a volume type Inview.

Syntax

[Visual Basic .NET]
Public Function CreateVolumeInview( _
    ByVal Name As String, _
    ByVal Description As String _
) As 
[C#]
public IAgCrdnVolume CreateVolumeInview(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnVolume^ CreateVolumeInview(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnVolume createVolumeInview(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeInview(
    BSTR Name,
    BSTR Description,
    IAgCrdnVolume ** ppRetVal
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.