Transformation ArgumentIs For Conceptual Build Property
This read-only property returns whether or not the argument applies to conceptual builds
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsForConceptualBuild { get; }VB
Public ReadOnly Property IsForConceptualBuild As Boolean
GetC++
public:
property bool IsForConceptualBuild {
bool get ();
}F#
member IsForConceptualBuild : bool with get