ArcObjects Library Reference (DefenseSolutions)  

IConstructTacticalElement.ReturnSampleElement Method

Builds and returns a representative tactical element.

ERROR: Syntax information about IConstructTacticalElement.ReturnSampleElement may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT ReturnSampleElement(
  mole2525BAffiliationsEnum Affiliation,
  mole2525BEchelonsEnum Echelon,
  IGraphicDef* GraphicDef,
  IEnvelope* ReferenceBounds,
  IPoint* Location,
  VARIANT_BOOL HasZ,
  ITacticalElement** TacticalElement
);
[C++]

Parameters

Affiliation [in]

  Affiliation is a parameter of type mole2525BAffiliationsEnum

Echelon [in]

  Echelon is a parameter of type mole2525BEchelonsEnum

GraphicDef [in]

  GraphicDef is a parameter of type IGraphicDef

ReferenceBounds [in]

  ReferenceBounds is a parameter of type IEnvelope

Location [in]

  Location is a parameter of type IPoint

HasZ [in]   HasZ is a parameter of type VARIANT_BOOL TacticalElement [out, retval]

  TacticalElement is a parameter of type ITacticalElement

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IConstructTacticalElement Interface