Usages of GridSnapTypes
Properties
gridSnapType | in SnapContext | Gets or sets the type of the grid snapping that should be performed. |
Method Return Values
from (GridSnapTypes) | in GridSnapTypes | Converts the given argument to an enum constant of this enum type. |
Method Parameters
GraphSnapContext () | in GraphSnapContext | Creates a new instance with default settings. | |
from (GridSnapTypes) | in GridSnapTypes | Converts the given argument to an enum constant of this enum type. | |
getName (GridSnapTypes) | in GridSnapTypes | Returns the name of the given enum constant. | |
SnapContext () | in SnapContext | Initializes a new instance of the SnapContext class. | |
collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point, GridSnapTypes) | in SnapGrid | Collects a valid SnapResult that snaps the movedPoint to grid points or lines of the gridInfo depending on the gridSnapTypes . |