Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.DatabaseServices.MLeader Class Reference

Public Member Functions

bool HasContent ()
 
Color GetLeaderLineColor (int leaderLineIndex)
 
AttributeReference GetBlockAttribute (ObjectId attDefId)
 
Extents3d GetContentGeomExtents ()
 
LeaderType GetLeaderLineType (int leaderLineIndex)
 
LineWeight GetLeaderLineWeight (int leaderLineIndex)
 
ObjectId GetArrowSymbolId (int leaderLineIndex)
 
ObjectId GetLeaderLineTypeId (int leaderLineIndex)
 
TextAttachmentType GetTextAttachmentType (LeaderDirectionType leaderDirection)
 
Point3d ConnectionPoint (Vector3d direction, TextAttachmentDirection textAttachmentDirection)
 
Point3d ConnectionPoint (Vector3d direction)
 
Point3d GetFirstVertex (int leaderLineIndex)
 
Point3d GetLastVertex (int leaderLineIndex)
 
Point3d GetVertex (int leaderLineIndex, int index)
 
Vector3d GetDogleg (int leaderIndex)
 
Plane GetPlane ()
 
ArrayList GetLeaderIndexes ()
 
ArrayList GetLeaderLineIndexes (int leaderIndex)
 
double GetArrowSize (int leaderLineIndex)
 
double GetDoglegLength (int leaderIndex)
 
int AddLeader ()
 
int AddLeaderLine (Point3d point)
 
int AddLeaderLine (int leaderIndex)
 
int GetLeaderIndex (int leaderLineIndex)
 
int VerticesCount (int leaderLineIndex)
 
IntPtr getContextDataManager ()
 
void AddFirstVertex (int leaderLineIndex, Point3d point)
 
void AddLastVertex (int leaderLineIndex, Geometry.Point3d point)
 
void getOverridedMLeaderStyle (MLeaderStyle mleaderStyle)
 
void MoveMLeader (Vector3d vec, MoveType type)
 
void PostMLeaderToDb (Database db)
 
void recomputeBreakPoints ()
 
void RemoveFirstVertex (int leaderLineIndex)
 
void RemoveLastVertex (int leaderLineIndex)
 
void RemoveLeader (int index)
 
void RemoveLeaderLine (int leaderLineIndex)
 
void SetArrowSize (int leaderLineIndex, double arrowSize)
 
void SetArrowSymbolId (int leaderLineIndex, ObjectId id)
 
void SetBlockAttribute (ObjectId attDefId, AttributeReference attributeValue)
 
void SetContextDataManager (IntPtr contextDataManager)
 
void SetDogleg (int leaderIndex, Vector3d vector)
 
void SetDoglegLength (int leaderIndex, double doglegLength)
 
void SetFirstVertex (int leaderLineIndex, Point3d point)
 
void SetLastVertex (int leaderLineIndex, Point3d point)
 
void SetLeaderLineColor (int leaderLineIndex, GcCmColor leaderLineTypeId)
 
void SetLeaderLineType (int leaderLineIndex, LeaderType leaderLineType)
 
void SetLeaderLineTypeId (int leaderLineIndex, ObjectId leaderLineTypeId)
 
void SetLeaderLineWeight (int leaderLineIndex, LineWeight leaderLineWeight)
 
void SetTextAttachmentType (TextAttachmentType textAttachmentType, LeaderDirectionType leaderDirection)
 
void SetVertex (int leaderLineIndex, int index, Point3d point)
 
virtual void SetPlane (Plane value)
 
- Public Member Functions inherited from Gssoft.Gscad.DatabaseServices.Entity
Entity GetTransformedCopy (Matrix3d transform)
 
virtual Geometry.Plane GetPlane ()
 
void Explode (DBObjectCollection entitySet)
 
virtual void Highlight ()
 
virtual void Highlight (FullSubentityPath subId, bool highlightAll)
 
virtual void Unhighlight ()
 
virtual void Unhighlight (FullSubentityPath subId, bool highlightAll)
 
void SetDatabaseDefaults ()
 
void SetDatabaseDefaults (Database sourceDatabase)
 
virtual void TransformBy (Matrix3d transform)
 
Entity GetSubentity (FullSubentityPath id)
 
virtual Extents3d GetSubentityGeometricExtents (FullSubentityPath subPath)
 
void RecordGraphicsModified (bool setModified)
 
virtual void SetDragStatus (DragStatus status)
 
virtual void SetGripStatus (GripStatus status)
 
void SetPropertiesFrom (Entity entityPointer)
 
void Draw ()
 
void List ()
 
virtual bool IsContentSnappable ()
 
virtual void SetLayerId (ObjectId newValue, bool allowHidden)
 
virtual void SetSubentityGripStatus (GripStatus status, FullSubentityPath subentity)
 
void IntersectWith (Entity entityPointer, Intersect intersectType, Geometry.Plane projectionPlane, Point3dCollection points, long thisGraphicSystemMarker, long otherGraphicSystemMarker)
 
void IntersectWith (Entity entityPointer, Intersect intersectType, Point3dCollection points, long thisGraphicSystemMarker, long otherGraphicSystemMarker)
 
void IntersectWith (Entity entityPointer, Intersect intersectType, Geometry.Plane projectionPlane, Point3dCollection points, IntPtr thisGraphicSystemMarker, IntPtr otherGraphicSystemMarker)
 
void IntersectWith (Entity entityPointer, Intersect intersectType, Point3dCollection points, IntPtr thisGraphicSystemMarker, IntPtr otherGraphicSystemMarker)
 
void GetObjectSnapPoints (ObjectSnapModes snapMode, int gsSelectionMark, Point3d pickPoint, Point3d lastPoint, Matrix3d viewTransform, Point3dCollection snapPoints, IntegerCollection geometryIds, Matrix3d insertionMat)
 
void GetObjectSnapPoints (ObjectSnapModes snapMode, int gsSelectionMark, Point3d pickPoint, Point3d lastPoint, Matrix3d viewTransform, Point3dCollection snapPoints, IntegerCollection geometryIds)
 
void GetStretchPoints (Point3dCollection stretchPoints)
 
void MoveStretchPointsAt (IntegerCollection indices, Vector3d offset)
 
- Public Member Functions inherited from Gssoft.Gscad.DatabaseServices.DBObject
virtual void ApplyPartialUndo (DwgFiler undoFiler, RXClass classObj)
 
void Cancel ()
 
void Close ()
 
void CloseAndPage (bool onlyWhenClean)
 
void CreateExtensionDictionary ()
 
virtual DecomposeForSaveReplacementRecord DecomposeForSave (DwgVersion version)
 
virtual DBObject DeepClone (DBObject ownerPointer, IdMapping idMap, bool isPrimary)
 
void DisableUndoRecording (bool disable)
 
void DowngradeOpen ()
 
void DowngradeToNotify (bool wasWritable)
 
void DwgIn (DwgFiler filer)
 
void DwgOut (DwgFiler filer)
 
void DxfIn (DxfFiler filer)
 
void DxfOut (DxfFiler filer)
 
void Erase ()
 
void Erase (bool erasing)
 
ObjectId GetField ()
 
ObjectId GetField (string propertyName)
 
virtual FullDwgVersion GetObjectSaveVersion (DwgFiler filer)
 
virtual FullDwgVersion GetObjectSaveVersion (DxfFiler filer)
 
Gcad.ErrorStatus AddPersistentReactor (ObjectId objId)
 
void RemovePersistentReactor (ObjectId objId)
 
List< RXObjectGetReactors ()
 
List< RXObjectGetTransientReactors ()
 
void HandOverTo ([CallerMustClose()] DBObject newPointer, bool keepXData, bool keepExtensionDictionary)
 
bool HasPersistentReactor (ObjectId objId)
 
void ReleaseExtensionDictionary ()
 
ObjectId RemoveField ()
 
void RemoveField (ObjectId id)
 
ObjectId RemoveField (string propertyName)
 
void SetObjectIdsInFlux ()
 
void SwapIdWith (ObjectId otherId, bool swapExtendedData, bool swapExtensionDictionary)
 
virtual void SwapReferences (IdMapping idMap)
 
bool UpgradeFromNotify ()
 
void UpgradeOpen ()
 
virtual DBObject WblockClone (RXObject ownerPointer, IdMapping idMap, bool isPrimary)
 
ResultBuffer GetXDataForApplication (string applicationName)
 
void AddContext (ObjectContext context)
 
void RemoveContext (ObjectContext context)
 
bool HasContext (ObjectContext context)
 
ObjectIdCollection GetPersistentReactorIds ()
 
void SetPaperOrientation (bool bPaperOrientation)
 
bool SetFromStyle ()
 
- Public Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
RXClass GetRXClass ()
 
virtual object Clone ()
 
int CompareTo (object obj)
 
virtual void CopyFrom (RXObject source)
 
IntPtr QueryX (RXClass protocolClass)
 
IntPtr X (RXClass protocolClass)
 
- Public Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
override bool Equals (object obj)
 
override int GetHashCode ()
 
void Dispose ()
 

Properties

bool EnableAnnotationScale [get, set]
 
bool EnableDogleg [get, set]
 
bool EnableFrameText [get, set]
 
bool EnableLanding [get, set]
 
bool ExtendLeaderToText [get, set]
 
Color BlockColor [get, set]
 
Color LeaderLineColor [get, set]
 
Color TextColor [get, set]
 
BlockConnectionType BlockConnectionType [get, set]
 
ContentType ContentType [get, set]
 
LeaderType LeaderLineType [get, set]
 
LineWeight LeaderLineWeight [get, set]
 
MText MText [get, set]
 
ObjectId ArrowSymbolId [get, set]
 
ObjectId BlockContentId [get, set]
 
ObjectId LeaderLineTypeId [get, set]
 
ObjectId MLeaderStyle [get, set]
 
ObjectId TextStyleId [get, set]
 
TextAlignmentType TextAlignmentType [get, set]
 
TextAngleType TextAngleType [get, set]
 
TextAttachmentDirection TextAttachmentDirection [get, set]
 
TextAttachmentType TextAttachmentType [get, set]
 
Point3d BlockPosition [get, set]
 
Point3d TextLocation [get, set]
 
Point3d ToleranceLocation [get, set]
 
double ArrowSize [get, set]
 
double BlockRotation [get, set]
 
double DoglegLength [get, set]
 
double LandingGap [get, set]
 
double Scale [get, set]
 
double TextHeight [get, set]
 
int LeaderCount [get]
 
int LeaderLineCount [get]
 
virtual Vector3d Normal [get]
 
- Properties inherited from Gssoft.Gscad.DatabaseServices.Entity
string Material [get, set]
 
ObjectId MaterialId [get, set]
 
ObjectId BlockId [get]
 
string BlockName [get]
 
LineWeight LineWeight [get, set]
 
bool CastShadows [get, set]
 
int ColorIndex [get, set]
 
virtual bool IsPlanar [get]
 
bool CloneMeForDragging [get]
 
CollisionType CollisionType [get]
 
bool ReceiveShadows [get, set]
 
ObjectId LinetypeId [get, set]
 
ObjectId EdgeStyleId [get, set]
 
ObjectId FaceStyleId [get, set]
 
ObjectId VisualStyleId [get, set]
 
Matrix3d Ecs [get]
 
Extents3d GeometricExtents [get]
 
Extents3d GeomExtents [get]
 
Color Color [get, set]
 
ObjectId LayerId [get, set]
 
EntityColor EntityColor [get]
 
bool Visible [get, set]
 
double LinetypeScale [get, set]
 
string Layer [get, set]
 
Matrix3d CompoundObjectTransform [get]
 
string Linetype [get, set]
 
string PlotStyleName [get, set]
 
Transparency Transparency [get, set]
 
- Properties inherited from Gssoft.Gscad.DatabaseServices.DBObject
Database Database [get]
 
Drawable Drawable [get]
 
ObjectId ExtensionDictionary [get]
 
Handle Handle [get]
 
bool HasFields [get]
 
bool HasSaveVersionOverride [get, set]
 
ObjectId Id [get]
 
ObjectId ObjectId [get]
 
ObjectId OwnerId [get]
 
bool IsAProxy [get]
 
bool IsCancelling [get]
 
bool IsErased [get]
 
bool IsEraseStatusToggled [get]
 
bool IsModified [get]
 
bool IsModifiedGraphics [get]
 
bool IsModifiedXData [get]
 
bool IsNewObject [get]
 
bool IsNotifyEnabled [get]
 
bool IsNotifying [get]
 
bool IsObjectIdsInFlux [get]
 
bool IsPersistent [get]
 
bool IsReadEnabled [get]
 
bool IsReallyClosing [get]
 
bool IsTransactionResident [get]
 
bool IsUndoing [get]
 
bool IsWriteEnabled [get]
 
DuplicateRecordCloning MergeStyle [get]
 
virtual FullDwgVersion ObjectBirthVersion [get]
 
DwgFiler UndoFiler [get]
 
virtual ResultBuffer XData [get, set]
 
AnnotativeStates Annotative [get, set]
 
object AcadObject [get]
 
PaperOrientationStates PaperOrientation [get]
 
ObjectClosedEventHandler ObjectClosed
 
ObjectErasedEventHandler Erased
 
ObjectEventHandler Copied
 
ObjectEventHandler SubObjectModified
 
EventHandler Cancelled
 
EventHandler Goodbye
 
EventHandler Modified
 
EventHandler ModifiedXData
 
EventHandler ModifyUndone
 
EventHandler OpenedForModify
 
EventHandler Reappended
 
EventHandler Unappended
 
- Properties inherited from Gssoft.Gscad.GraphicsInterface.Drawable
Extents3d Bounds [get]
 
- Properties inherited from Gssoft.Gscad.Runtime.DisposableWrapper
bool AutoDelete [get, set]
 
bool IsDisposed [get]
 
IntPtr UnmanagedObject [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from Gssoft.Gscad.DatabaseServices.DBObject
static bool IsCustomObject (ObjectId id)
 
- Static Public Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
static RXObject Create (IntPtr unmanagedPointer, bool autoDelete)
 
static RXClass GetClass (Type type)
 
- Static Public Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
static DisposableWrapper Create (Type type, IntPtr unmanagedPointer, bool autoDelete)
 
static bool operator== (DisposableWrapper a, DisposableWrapper b)
 
static bool operator!= (DisposableWrapper a, DisposableWrapper b)
 
- Protected Member Functions inherited from Gssoft.Gscad.DatabaseServices.DBObject
void AssertNotifyEnabled ()
 
void AssertReadEnabled ()
 
void AssertWriteEnabled (bool autoUndo, bool recordModified)
 
virtual void DwgInFields (DwgFiler filer)
 
virtual void DwgOutFields (DwgFiler filer)
 
virtual void DxfInFields (DxfFiler filer)
 
virtual void DxfOutFields (DxfFiler filer)
 
override void DeleteUnmanagedObject ()
 
- Protected Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
override void DeleteUnmanagedObject ()
 
- Protected Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
abstract void DeleteUnmanagedObject ()
 
 DisposableWrapper (object obj, bool autoDelete)
 
 DisposableWrapper (IntPtr unmanagedPointer, bool autoDelete)
 
virtual void Dispose (bool disposing)
 

Member Function Documentation

◆ GetPlane()

Plane Gssoft.Gscad.DatabaseServices.MLeader.GetPlane ( )
virtual