All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPointCenter

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIGSMPointCenter
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGSMPointCenter

Interface to center point of a circle feature.
Role: Allows you to access data of the point feature created as the center of a circle.

See also:
CATIGSMFactory.CreatePoint


Method Index


o GetElement(CATISpecObject_var&)
Gets the element (a circle, an ellipsa, or a part of them or spherical surface).
o SetElement(CATISpecObject_var)
Sets the element (a circle, an ellipsa, or a part of them or spherical surface).

Methods


o GetElement
public virtual HRESULT GetElement(CATISpecObject_var& oElement) = 0
Gets the element (a circle, an ellipsa, or a part of them or spherical surface).
Parameters:
oElement
circle,ellipse or spherical surface
o SetElement
public virtual HRESULT SetElement( const CATISpecObject_var iElement) = 0
Sets the element (a circle, an ellipsa, or a part of them or spherical surface).
Parameters:
iElement
circle,ellipse or spherical surface

This object is included in the file: CATIGSMPointCenter.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.