GridCreate(Document, Arc) Method |
Creates a new radial grid line.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static Grid Create(
Document document,
Arc arc
)
Public Shared Function Create (
document As Document,
arc As Arc
) As Grid
public:
static Grid^ Create(
Document^ document,
Arc^ arc
)
static member Create :
document : Document *
arc : Arc -> Grid
Parameters
- document Document
-
The document in which the new instance is created.
- arc Arc
-
An arc object that represents the location of the new grid curve.
Return Value
Grid
The newly created grid.
Exceptions
Remarks
The arc should be on a horizontal plane.
See Also