This document is archived and information here might be outdated.  Recommended version.


INITFGraphicsLayer.Create Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INITFGraphicsLayer.Create Method

Creates a NITF graphics layer.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal Name As String, _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal pExtent As IEnvelope, _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal pXf As IGeodataXform, _
    ByVal CGM As String _
)
[C#]
public void Create (
    string Name,
    int x,
    int y,
    IEnvelope pExtent,
    double dx,
    double dy,
    IGeodataXform pXf,
    string CGM
);
[C++]
HRESULT Create(
  BSTR Name,
  long x,
  long y,
  IEnvelope* pExtent,
  double dx,
  double dy,
  IGeodataXform* pXf,
  BSTR CGM
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR x [in] x is a parameter of type long y [in] y is a parameter of type long pExtent [in]
pExtent is a parameter of type IEnvelope dx [in] dx is a parameter of type double dy [in] dy is a parameter of type double pXf [in]
pXf is a parameter of type IGeodataXform CGM [in] CGM is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INITFGraphicsLayer Interface