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






Windows & Linux

Description

Creates and registers a volume using specified name and description.

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnVolumeType _
) As IAgCrdnVolume

[C#]
public IAgCrdnVolume Create(
string Name,
string Description,
AgECrdnVolumeType Type
);

[Managed C++]
public: IAgCrdnVolume^ Create(
String __gc ^ Name,
String __gc ^ Description,
AgECrdnVolumeType Type
);

[Java]
public IAgCrdnVolume create(
String Name,
String Description,
AgECrdnVolumeType Type
);

[Unmanaged C++]
public: HRESULT Create(
BSTR Name,
BSTR Description,
AgECrdnVolumeType Type,
IAgCrdnVolume ** ReturnValue
);

Parameters

Name
Description
Type
Member Value Description
eCrdnVolumeTypeUnknown -1 Unknown or unsupported volume.
eCrdnVolumeTypeCombined 0 volume type combined.
eCrdnVolumeTypeLighting 1 volume type lighting.
eCrdnVolumeTypeOverTime 2 volume type over time.
eCrdnVolumeTypeFromGrid 3 volume type from grid (Grid Bounding Volume).
eCrdnVolumeTypeFromCalc 4 volume type from calc (Spatial Calculation Bounds).
eCrdnVolumeTypeFromTimeSatisfaction 5 volume type from time satisfaction (Valid Time At Location).
eCrdnVolumeTypeFromCondition 6 volume type from condition (Condition At Location).
eCrdnVolumeTypeInview 7 volume type Inview (Access To Location).

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface