AGI STK VGT 11Send 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
MemberValueDescription
eCrdnVolumeTypeUnknown-1Unknown or unsupported volume.
eCrdnVolumeTypeCombined0volume type combined.
eCrdnVolumeTypeLighting1volume type lighting.
eCrdnVolumeTypeOverTime2volume type over time.
eCrdnVolumeTypeFromGrid3volume type from grid (Grid Bounding Volume).
eCrdnVolumeTypeFromCalc4volume type from calc (Spatial Calculation Bounds).
eCrdnVolumeTypeFromTimeSatisfaction5volume type from time satisfaction (Valid Time At Location).
eCrdnVolumeTypeFromCondition6volume type from condition (Condition At Location).
eCrdnVolumeTypeInview7volume type Inview (Access To Location).

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.