Draws the representation marker.
[Visual Basic .NET] Public Sub Draw ( _ ByVal context As IOutputContext, _ ByVal transfo As IAffineTransformation2D, _ ByVal envelope As IEnvelope _ )
[C#] public void Draw ( IOutputContext context, IAffineTransformation2D transfo, IEnvelope envelope );
[C++]
HRESULT Draw(
IOutputContext* context,
IAffineTransformation2D* transfo,
IEnvelope* envelope
);
[C++]Parameters
context [in]context is a parameter of type IOutputContext
transfo [in]transfo is a parameter of type IAffineTransformation2D
envelope [in]envelope is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.